Table of Contents

Constructor FileListBoxItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FileListBoxItem(string?, string?, Action?)

Initializes a new instance of the FileListBox.FileListBoxItem class.

public FileListBoxItem(string? title, string? path, Action? doubleClick = null)

Parameters

title string

Title of the item.

path string

Path to file or folder.

doubleClick Action

Double click action.