DXObservableCollection<T> Events
Name | Description |
---|---|
BeforeClear | |
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. Inherited from ObservableCollection<T>. |
PropertyChanged protected | Occurs when a property value changes. Inherited from ObservableCollection<T>. |
INotifyPropertyChanged.PropertyChanged | Occurs when a property value changes. Inherited from ObservableCollection<T>. |
See Also