Table of Contents

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

TItem

The type of the items in the collection.

Inheritance
object
EventArgs
DataCollectionSelectionEventArgs<TItem>

Constructors

DataCollectionSelectionEventArgs()

public DataCollectionSelectionEventArgs()

Properties

SelectedItems

The set of currently selected items.

public required IReadOnlySet<TItem> SelectedItems { get; init; }

Property Value

IReadOnlySet<TItem>