SelectingItemsControlSelectionAdapterCommit 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) Version: 11.3.999
public event EventHandler<RoutedEventArgs> Commit

Value

EventHandlerRoutedEventArgs

Implements

ISelectionAdapterCommit

See Also