[]
        
(Showing Draft Content)

C1.WPF.Document.NotifyCollectionEventArgs.-ctor

NotifyCollectionEventArgs Constructor

NotifyCollectionEventArgs(CollectionAction, int)

Initializes a new instance of the NotifyCollectionEventArgs class.

Declaration
public NotifyCollectionEventArgs(CollectionAction action, int index)
Parameters
Type Name Description
CollectionAction action

The action that caused the event.

int index

The index of the item that is affected by the change.