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