FileManagerFolderCreateEventArgs Properties
Provides data for the ASPxFileManager.FolderCreating event.
Name | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the action that raised the event should be canceled.
Inherited from File |
Error |
Gets or sets a text for the explanatory message.
Inherited from File |
Name | Gets the name of the newly created folder. |
Parent |
Gets the parent folder for the newly created item. |
See Also