ASPxClientHtmlEditorCustomDialogCloseEventArgsBase Members
Provides data for client events that relate to closing a custom dialog.Constructors
| Name | Description |
|---|---|
| constructor(name, status) | Initializes a new instance of the ASPxClientHtmlEditorCustomDialogCloseEventArgsBase class with the specified settings. |
Properties
| Name | Description |
|---|---|
| name | Gets the name that uniquely identifies the processed custom dialog. Inherited from ASPxClientHtmlEditorCustomDialogEventArgs. |
| status | Gets the status of the closed custom dialog. |
See Also