ASPxClientHtmlEditorCustomDialogClosingEventArgs Properties
Provides data for the ASPxClientHtmlEditor.CustomDialogClosing client event.Name | Description |
---|---|
handled | Gets or sets a value specifying whether the event was handled. |
name | Gets the name that uniquely identifies the processed custom dialog. Inherited from ASPxClientHtmlEditorCustomDialogEventArgs. |
status | Gets the status of the closed custom dialog. Inherited from ASPxClientHtmlEditorCustomDialogCloseEventArgsBase. |
See Also