Class FolderSelectedArgs
Arguments for the FolderEntered and FolderSelected events.
Inherited Members
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
public class FolderSelectedArgs : EventArgs
Constructors
| Edit this page View SourceFolderSelectedArgs(string)
Initializes a new instance of the FolderSelectedArgs class.
Declaration
public FolderSelectedArgs(string folder)
Parameters
Type | Name | Description |
---|---|---|
string | folder | The folder that was selected. |
See Also
Properties
| Edit this page View SourceFolderPath
Property to return the path to the folder.
Declaration
public string FolderPath { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If this value is empty, then the selector is at the drive selection area.