ASPxClientHtmlEditor.DialogClosed Event
In This Article
Occurs on the client side after a dialog is closed.
#Declaration
TypeScript
DialogClosed: ASPxClientEvent<ASPxClientHtmlEditorDialogClosedEventHandler<ASPxClientHtmlEditor>>
#Event Data
The DialogClosed event's data class is ASPxClientHtmlEditorDialogClosedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
dialog |
Gets the dialog object related to the event.
Inherited from ASPx |
dialog |
Gets the dialog name related to the event.
Inherited from ASPx |
parameter |
Gets a string that contains specific information (if any) passed from the client side for server-side processing.
Inherited from ASPx |
#Remarks
Write a DialogClosed event handler to perform specific actions on the client side each time a dialog is closed.
See Also