LosingFocusEventArgs.Cancel Property

Definition

Gets or sets whether focus navigation should be canceled.

C#
public bool Cancel { get; set; }

Property Value

Boolean

true if focus navigation should be canceled; otherwise, false.

Remarks

You should call the TryCancel method instead of setting this property.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also