Freigeben über


NavigationViewPaneClosingEventArgs.Cancel Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Ereignis abgebrochen werden soll, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.NavigationViewPaneClosingEventArgs.Cancel (für WinUI in der Windows App SDK siehe 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; }
var boolean = navigationViewPaneClosingEventArgs.cancel;
navigationViewPaneClosingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

Eigenschaftswert

Boolean

bool

true , um das Ereignis abzubrechen; andernfalls false. Der Standardwert ist FALSE.

Gilt für: