SuspendableObservableCollectionTOnCollectionChanged - метод
Raises the CollectionChanged event with the provided arguments.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected override void OnCollectionChanged(
NotifyCollectionChangedEventArgs e
)
Protected Overrides Sub OnCollectionChanged (
e As NotifyCollectionChangedEventArgs
)
protected:
virtual void OnCollectionChanged(
NotifyCollectionChangedEventArgs^ e
) override
abstract OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
override OnCollectionChanged :
e : NotifyCollectionChangedEventArgs -> unit
Параметры
- e NotifyCollectionChangedEventArgs
- Arguments of the event being raised.