Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / ListChangedEventArgs Class / ListChangedEventArgs Constructor

In This Topic
    ListChangedEventArgs Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the ListChangedEventArgs class given the type of change and the PropertyDescriptor affected.  
    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.  
    Initializes a new instance of the ListChangedEventArgs class given the type of change and the index of the affected item.  
    Initializes a new instance of the ListChangedEventArgs class given the type of change and the old and new index of the item that was moved.  
    See Also