Skip to main content

ASPxClientButtonClickEventArgs.cancelEventAndBubble Property

Specifies whether both the event’s default action and the event’s bubbling upon the hierarchy of event handlers should be canceled.

#Declaration

TypeScript
cancelEventAndBubble: boolean

#Property Value

Type Description
boolean

true to cancel the event’s default action and the event’s bubbling upon the hierarchy of event handlers; otherwise, false.

See Also