SelectingItemsControlIsSelectedChangedEvent 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) Version: 11.3.999
public static readonly RoutedEvent<RoutedEventArgs> IsSelectedChangedEvent

Field Value

RoutedEventRoutedEventArgs

See Also