NavigationViewPaneClosingEventArgs.Cancel Property

Definition

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).

public:
 property bool Cancel { bool get(); void set(bool value); };
bool Cancel();

void Cancel(bool value);
public bool Cancel { get; set; }
Public Property Cancel As Boolean

Property Value

Boolean

bool

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

Applies to