ASPxClientHtmlEditorCustomDialogClosingEventArgs Members
Provides data for the ASPxClientHtmlEditor.CustomDialogClosing client event.Constructors
| Name | Description |
|---|---|
| constructor(name, status) | Initializes a new instance of the ASPxClientHtmlEditorCustomDialogClosingEventArgs class with the specified settings. |
Properties
| 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