SelectionChanged Event
Occurs when the SelectedItem property value changes.
Definition
Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
event EventHandler<SelectionChangedEventArgs> SelectionChanged
Event SelectionChanged As EventHandler(Of SelectionChangedEventArgs)
abstract SelectionChanged : IEvent<EventHandler<SelectionChangedEventArgs>,
SelectionChangedEventArgs>
Value
EventHandler(SelectionChangedEventArgs)
See Also
Reference
ISelectionAdapter Interface
Avalonia.Controls.Utils Namespace