Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 633 Bytes

backclickeventargs_handled.md

File metadata and controls

23 lines (16 loc) · 633 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.BackClickEventArgs.Handled
winrt property

Windows.UI.Xaml.Controls.BackClickEventArgs.Handled

-description

Gets or sets a value that can cancel the navigation. A true value for Handled cancels the default behavior.

-property-value

true to cancel the navigation. false to use default behavior. The default is false.

-remarks

-examples

-see-also