Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 716 Bytes

navigationviewpaneclosingeventargs_cancel.md

File metadata and controls

32 lines (16 loc) · 716 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.NavigationViewPaneClosingEventArgs.Cancel
winrt property

Microsoft.UI.Xaml.Controls.NavigationViewPaneClosingEventArgs.Cancel

-description

Gets or sets a value that indicates whether the event should be canceled.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

true to cancel the event; otherwise, false. The default is false.

-remarks

-see-also

-examples