Cancel Event
Occurs when a selection is canceled before it is committed.
Definition
Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler<RoutedEventArgs> Cancel
Public Event Cancel As EventHandler(Of RoutedEventArgs)
abstract Cancel : IEvent<EventHandler<RoutedEventArgs>,
RoutedEventArgs>
override Cancel : IEvent<EventHandler<RoutedEventArgs>,
RoutedEventArgs>
Value
Implements
ISelectionAdapter.CancelSee Also
Reference
SelectingItemsControlSelectionAdapter Class
Avalonia.Controls.Utils Namespace