Commit Event
Occurs when an item is selected and is committed to the underlying SelectingItemsControl control.
Definition
Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler<RoutedEventArgs> Commit
Public Event Commit As EventHandler(Of RoutedEventArgs)
abstract Commit : IEvent<EventHandler<RoutedEventArgs>,
RoutedEventArgs>
override Commit : IEvent<EventHandler<RoutedEventArgs>,
RoutedEventArgs>
Value
Implements
ISelectionAdapter.CommitSee Also
Reference
SelectingItemsControlSelectionAdapter Class
Avalonia.Controls.Utils Namespace