Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NotifyCollectionChangedEventArgs Constructor

 

Initializes a new instance of the NotifyCollectionChangedEventArgs class.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a Reset change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList^)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a multi-item change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList^, IList^)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a multi-item Replace change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList^, IList^, Int32)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a multi-item Replace change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList^, Int32)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a multi-item change or a Reset change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, IList^, Int32, Int32)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a multi-item Move change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object^)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a one-item change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object^, Int32)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a one-item change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object^, Int32, Int32)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a one-item Move change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object^, Object^)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a one-item Replace change.

System_CAPS_pubmethodNotifyCollectionChangedEventArgs(NotifyCollectionChangedAction, Object^, Object^, Int32)

Initializes a new instance of the NotifyCollectionChangedEventArgs class that describes a one-item Replace change.

Return to top
Show:
© 2017 Microsoft