ASPxClientHtmlEditorDialogClosedEventArgs Members
Provides data for the ASPxClientHtmlEditor.DialogClosed event.Properties
Name | Description |
---|---|
dialog | Gets the dialog object related to the event. Inherited from ASPxClientHtmlEditorDialogCloseEventArgs. |
dialogName | Gets the dialog name related to the event. Inherited from ASPxClientHtmlEditorDialogCloseEventArgs. |
parameter | Gets a string that contains specific information (if any) passed from the client side for server-side processing. Inherited from ASPxClientHtmlEditorDialogCloseEventArgs. |
See Also