'Declaration Protected Overridable Sub OnAnnotationDataCollectionChanged( _
ByVal senderThe sender of event.As AnnotationDataCollection, _
ByVal eventArgsThe CollectionChangeEventArgs<T> instance containing the event data.As Vintasoft.Imaging.CollectionChangeEventArgs(Of T) _
)
protected virtual void OnAnnotationDataCollectionChanged(
AnnotationDataCollection sender,
Vintasoft.Imaging.CollectionChangeEventArgs<T> eventArgs
)
protected: virtual void OnAnnotationDataCollectionChanged(
AnnotationDataCollection* sender,
Vintasoft.Imaging.CollectionChangeEventArgs<T*>* eventArgs
)
protected:
virtual void OnAnnotationDataCollectionChanged(
AnnotationDataCollection^ sender,
Vintasoft.Imaging.CollectionChangeEventArgs<T^>^ eventArgs
)
Parameters
- sender
- The sender of event.
- eventArgs
- The CollectionChangeEventArgs<T> instance containing the event data.