ASPxClientHtmlEditorCustomDialogClosingEventArgs.handled Property
In This Article
Gets or sets a value specifying whether the event was handled.
#Declaration
TypeScript
handled: boolean
#Property Value
Type | Description |
---|---|
boolean |
|
#Remarks
When handling the ASPxClientHtmlEditor.CustomDialogClosing event, the handled property should be set to true
in the event’s handler to indicate that default processing is not required.
See Also