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