ClassSelectionTrackedList<T>
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class SelectionTrackedList<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : ISelectStateChanged
Inheritance: objectCollection<T>ObservableCollection<T>SelectionTrackedList<T>
Implements:
Inherited Members
Constructors
SelectionTrackedList()
Declaration
cs-api-definition
public SelectionTrackedList()
SelectionTrackedList(EventHandler<GenericEventArgs<bool>>)
Declaration
cs-api-definition
public SelectionTrackedList(EventHandler<GenericEventArgs<bool>> selectionCallBack)
Parameters
selectionCallBack
EventHandler<GenericEventArgs<bool>>
Properties
SelectedItem
Declaration
cs-api-definition
public T SelectedItem { get; }
Property Value
T
Methods
InsertItem(int, T)
Declaration
cs-api-definition
protected override void InsertItem(int index, T item)
Parameters
index
item
T
Overrides