Class FolderRenameArgs
Event arguments for the FolderRenaming event.
Inherited Members
Namespace: Gorgon.UI
Assembly: Gorgon.Windows.dll
Syntax
public class FolderRenameArgs : CancelEventArgs
Properties
| Edit this page View SourceNewDirectoryPath
Property to return the path to the new name for the directory.
Declaration
public string NewDirectoryPath { get; }
Property Value
Type | Description |
---|---|
string |
NewName
Property to return the new name.
Declaration
public string NewName { get; }
Property Value
Type | Description |
---|---|
string |
OldDirectoryPath
Property to return the path to the directory being renamed.
Declaration
public string OldDirectoryPath { get; }
Property Value
Type | Description |
---|---|
string |
OldName
Property to return the old name.
Declaration
public string OldName { get; }
Property Value
Type | Description |
---|---|
string |
RenameHandled
Property to set or return whether this event has handled the renaming of the directory on our behalf.
Declaration
public bool RenameHandled { get; set; }
Property Value
Type | Description |
---|---|
bool |