Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / NotifyCollectionEventArgs Class / NotifyCollectionEventArgs Constructor
The action that caused the event.
The index of the item that is affected by the change.

In This Topic
    NotifyCollectionEventArgs Constructor
    In This Topic
    Initializes a new instance of the NotifyCollectionEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As CollectionAction, _
       ByVal index As Integer _
    )
    public NotifyCollectionEventArgs( 
       CollectionAction action,
       int index
    )

    Parameters

    action
    The action that caused the event.
    index
    The index of the item that is affected by the change.
    See Also