'Declaration Public Function New( _ ByVal action As NotifyCollectionChangedAction, _ ByVal changedItem As System.Object _ )
public NotifyCollectionChangedEventArgs( NotifyCollectionChangedAction action, System.object changedItem )
Parameters
- action
- The NotifyCollectionChangedAction action that caused a INotifyCollectionChanged.CollectionChanged event.
- changedItem
- The changed item.