Class DataCollectionSelectionEventArgs<TItem>
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Provides data for the selection changed event in data collection components.
public sealed class DataCollectionSelectionEventArgs<TItem> : EventArgs
Type Parameters
TItemThe type of the items in the collection.
- Inheritance
-
objectEventArgsDataCollectionSelectionEventArgs<TItem>
Constructors
DataCollectionSelectionEventArgs()
public DataCollectionSelectionEventArgs()
Properties
SelectedItems
The set of currently selected items.
public required IReadOnlySet<TItem> SelectedItems { get; init; }
Property Value
- IReadOnlySet<TItem>