CancelRoutedEventArgsCancel Property

Gets or sets a value indicating whether the routed event should be canceled.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Cancel { get; set; }

Property Value

Boolean

See Also