FileManagerItemRenameEventArgs Properties
Provides data for the ASPxFileManager.ItemRenaming 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 |
Item | Gets an item object related to the event. |
New |
Gets a new name for the item currently being renamed. |
See Also