Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / ListChangedEventArgs Class / ListChangedEventArgs Constructor / ListChangedEventArgs Constructor(ListChangedType,Int32,PropertyDescriptor)
A ListChangedType value indicating the type of change.
The index of the item that was added, changed.
The PropertyDescriptor describing the item.

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

    Parameters

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