Class FolderAddArgs
Event arguments for the FolderAdding event.
Inherited Members
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
public class FolderAddArgs : CancelEventArgs
Properties
| Edit this page View SourceCreationHandled
Property to set or return whether this event has handled the creation of the directory on our behalf.
Declaration
public bool CreationHandled { get; set; }
Property Value
Type | Description |
---|---|
bool |
DirectoryName
Property to return the name of the directory.
Declaration
public string DirectoryName { get; }
Property Value
Type | Description |
---|---|
string |
DirectoryPath
Property to return the path to the directory being created.
Declaration
public string DirectoryPath { get; }
Property Value
Type | Description |
---|---|
string |
ParentPath
Property to return the path to the parent directory.
Declaration
public string ParentPath { get; }
Property Value
Type | Description |
---|---|
string |