ASPxClientHtmlEditorDialogCloseEventArgs Properties
Provides data for the event that fires when the HTML Editor dialogs are closed or are going to be closed.Name | Description |
---|---|
dialog | Gets the dialog object related to the event. |
dialogName | Gets the dialog name related to the event. |
parameter | Gets a string that contains specific information (if any) passed from the client side for server-side processing. |
See Also