ClassNotifyCollection<T>
Class
Definition
Namespace:ArtOfTest.Common.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class NotifyCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<T>ObservableCollection<T>NotifyCollection<T>
Implements:
Inherited Members
Constructors
NotifyCollection()
Declaration
cs-api-definition
public NotifyCollection()
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
Overrides
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
cs-api-definition
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
Overrides
Events
CollectionChanged
Declaration
cs-api-definition
public override event NotifyCollectionChangedEventHandler CollectionChanged
Event Value
Overrides
PropertyChanged
Declaration
cs-api-definition
protected override event PropertyChangedEventHandler PropertyChanged
Event Value
Overrides