Click or drag to resize

IFileBrowserView Interface

Defines the combined view for the file browser pad.

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

The IFileBrowserView type exposes the following members.

Methods
 NameDescription
Public methodInitialize_FileList Initializes the file list items.
(Inherited from IFileListView)
Public methodInitialize_FileListColumnNames Initializes the column headers of the file list.
(Inherited from IFileListView)
Public methodInitialize_FolderTree Initializes the folder tree.
(Inherited from IFileTreeView)
Top
Events
 NameDescription
Public eventFolderTreeNodeSelected Occurs when a folder tree node is selected.
(Inherited from IFileTreeView)
Public eventSelectedItemsActivated Occurs when the user activates the selected items (either by double-clicking on it, or by pressing Enter).
(Inherited from IFileListView)
Top
See Also