Class LoadSelectedObjectsCommandArgs<T>
Arguments of a command which loads Object selector's selected items.
public sealed class LoadSelectedObjectsCommandArgs<T>
Type Parameters
T
Denotes a type of Value.
- Inheritance
-
objectLoadSelectedObjectsCommandArgs<T>
- Extension Methods
Properties
SelectedIdentifiers
Collection of selected item identifiers.
public IEnumerable<T> SelectedIdentifiers { get; set; }
Property Value
- IEnumerable<T>