SelectionChanged Event
Occurs when the control's selection changes.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public event EventHandler<SelectionChangedEventArgs> SelectionChanged
Public Event SelectionChanged As EventHandler(Of SelectionChangedEventArgs)
member SelectionChanged : IEvent<EventHandler<SelectionChangedEventArgs>,
SelectionChangedEventArgs>
Value
EventHandler(SelectionChangedEventArgs)
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace