Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ListChangedEventArgs Class / ListChangedEventArgs Constructor / ListChangedEventArgs Constructor(ListChangedType,Int32)
A ListChangedType value indicating the type of change.
The index of the item that was added, changed, or removed.

In This Topic
    ListChangedEventArgs Constructor(ListChangedType,Int32)
    In This Topic
    Initializes a new instance of the ListChangedEventArgs class given the type of change and the index of the affected item.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal listChangedType As ListChangedType, _
       ByVal newIndex As Integer _
    )
    public ListChangedEventArgs( 
       ListChangedType listChangedType,
       int newIndex
    )

    Parameters

    listChangedType
    A ListChangedType value indicating the type of change.
    newIndex
    The index of the item that was added, changed, or removed.
    See Also