IsSelectedChangedEvent Field
Event that should be raised by containers when their selection state changes to notify the parent SelectingItemsControl that their selection state has changed.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static readonly RoutedEvent<RoutedEventArgs> IsSelectedChangedEvent
Public Shared ReadOnly IsSelectedChangedEvent As RoutedEvent(Of RoutedEventArgs)
static val IsSelectedChangedEvent: RoutedEvent<RoutedEventArgs>
Field Value
See Also
Reference
SelectingItemsControl Class
Avalonia.Controls.Primitives Namespace