SuspendableObservableCollectionTOnCollectionChanged - метод
Raises the CollectionChanged event with the provided arguments.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.