ASPxClientHtmlEditorCustomDialogClosedEventArgs Properties
Provides data for the ASPxClientHtmlEditor.CustomDialogClosed client event.Name | Description |
---|---|
data | Gets an object associated with the closed dialog. |
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