'Declaration Public Function New( _ ByVal action As CollectionAction, _ ByVal index As System.Integer _ )
public NotifyCollectionEventArgs( CollectionAction action, System.int index )
Parameters
- action
- The action that caused the event.
- index
- The index of the item that is affected by the change.