[]
        
(Showing Draft Content)

C1.Document.NotifyCollectionEventArgs.-ctor

NotifyCollectionEventArgs Constructor

NotifyCollectionEventArgs(CollectionAction, int)

Initializes a new instance of the NotifyCollectionEventArgs class.

Declaration
public NotifyCollectionEventArgs(CollectionAction action, int index)
Public Sub New(action As CollectionAction, index As Integer)
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.