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