ASPxClientHtmlEditor.CustomDialogOpened Event
Occurs on the client side after a custom dialog is opened.
Declaration
CustomDialogOpened: ASPxClientEvent<ASPxClientHtmlEditorCustomDialogEventHandler<ASPxClientHtmlEditor>>
Event Data
The CustomDialogOpened event's data class is ASPxClientHtmlEditorCustomDialogEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
name | Gets the name that uniquely identifies the processed custom dialog. |
Remarks
Write a CustomDialogOpened event handler to perform specific actions on the client side each time a custom dialog is opened. You can use the event parameter’s ASPxClientHtmlEditorCustomDialogEventArgs.name property to identify the name of the custom dialog.
See Also