Skip to main content

MoreButtonClickedEventArgs.handled Property

Gets or sets whether an event is handled. If it is handled, default actions are not required.

Declaration

handled: boolean

Property Value

Type Description
boolean

true if no default processing is required; otherwise, false.

See Also