FileManagerItemCopyEventArgs Properties
Provides data for the ASPxFileManager.ItemCopying event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the action that raised the event should be canceled. Inherited from FileManagerActionEventArgsBase. |
| DestinationFolder | Gets a folder where the current item is being copied. |
| ErrorText | Gets or sets a text for the explanatory message. Inherited from FileManagerActionEventArgsBase. |
| Item | Gets an item object related to the event. |
See Also