ASPxClientFileManagerItemRenamedEventHandler<Sender> Interface
A method that will handle the ASPxClientFileManager.ItemRenamed event.
Declaration
interface ASPxClientFileManagerItemRenamedEventHandler<Sender> { (source: Sender, e: ASPxClientFileManagerItemRenamedEventArgs): void; }
Parameters
| Name | Type | Description |
|---|---|---|
| source | Sender | The event source. Identifies the ASPxFileManager control that raised the event. |
| e | ASPxClientFileManagerItemRenamedEventArgs | A ASPxClientFileManagerItemRenamedEventArgs object that contains event data. |
See Also