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