'Declaration
Public Function New( _ ByVal collection As CollectionType, _ ByVal subject As CollectedObjectType, _ ByVal action As CollectionAction _ )
public CollectionChangedEventArgs<CollectionType,CollectedObjectType>( CollectionType collection, CollectedObjectType subject, CollectionAction action )
Parameters
- collection
- The collection object affected
- subject
- Optional. The specific object in the collection that was affected
- action
- The action that was performed on the collection