<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / ListChangedEventArgs Class / ListChangedEventArgs Constructor
ListChangedType that describes the change.
Index of the item affected by the change.
Old index of an item that has been moved.

In This Topic
    ListChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of a ListChangedEventArgs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As ListChangedType, _
       ByVal newIndex As Integer, _
       ByVal oldIndex As Integer _
    )
    public ListChangedEventArgs( 
       ListChangedType type,
       int newIndex,
       int oldIndex
    )

    Parameters

    type
    ListChangedType that describes the change.
    newIndex
    Index of the item affected by the change.
    oldIndex
    Old index of an item that has been moved.
    See Also