ASPxClientHtmlEditorDialogClosingEventArgs Members
Provides data for the ASPxClientHtmlEditor.DialogClosing event.Properties
Name | Description |
---|---|
cancel | Gets or sets a value indicating whether the action which raised the event should be canceled. |
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