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