Namespace: FirstFloor.Documents.Annotations.StorageAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
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
Parameters
- e
- Type: System.Collections.SpecializedNotifyCollectionChangedEventArgs
The event data to report in the event.
When overriding this methods to perform custom logic, please ensure to invoke the base implementation. The
base implementation attaches and detaches PropertyChanged event handlers and ensure the overridable OnAnnotationPropertyChanged
is invoked when an annotation property changes.
Reference