Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorDialogClosingEventArgs Properties

Provides data for the ASPxClientHtmlEditor.DialogClosing event.
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