SelectedRowsChangedEventArgs class

Arguments for the selected rows changed event.

Extends

Properties

selectedRows

The list of rows that were selected in the list view at the time when the event was fired.

Property Details

selectedRows

The list of rows that were selected in the list view at the time when the event was fired.

selectedRows: ReadonlyArray<RowAccessor>;

Property Value

ReadonlyArray<RowAccessor>