Skip to main content

ASPxClientSpreadsheetHyperlinkClickEventArgs.handled Property

Gets or sets a value that specifies whether the event is handled, and the default processing is not required.

#Declaration

TypeScript
handled: boolean

#Property Value

Type Description
boolean

true, if if the event is completely handled by custom code and no default processing is required; otherwise, false.

See Also