'Declaration Protected Overridable Sub OnCollectionChanged( _ ByVal e As CollectionChangeEventArgs _ )
'Usage Dim instance As SubStyleCollection Dim e As CollectionChangeEventArgs instance.OnCollectionChanged(e)
protected virtual void OnCollectionChanged( CollectionChangeEventArgs e )
Parameters
- e
- A CollectionChangedEventArgs that contains the event data.