Click or drag to resize

IFileListView Interface

Defines the view for the file list pane of the file browser.

Namespace: Altaxo.Gui.Pads.FileBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IFileListView

The IFileListView type exposes the following members.

Methods
 NameDescription
Public methodInitialize_FileList Initializes the file list items.
Public methodInitialize_FileListColumnNames Initializes the column headers of the file list.
Top
Events
 NameDescription
Public eventSelectedItemsActivated Occurs when the user activates the selected items (either by double-clicking on it, or by pressing Enter).
Top
See Also