'Declaration Protected Overridable Sub OnCollectionChanged( _ ByVal ccevent As CollectionChangeEventArgs _ )
'Usage Dim instance As NotifyCollection Dim ccevent As CollectionChangeEventArgs instance.OnCollectionChanged(ccevent)
protected virtual void OnCollectionChanged( CollectionChangeEventArgs ccevent )
Parameters
- ccevent
- A System.ComponentModel.CollectionChangeEventArgs that contains the event data.