The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ListChangedEventArgs Constructor (ListChangedType, Int32, PropertyDescriptor^)
.NET Framework (current version)
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.
Assembly: System (in System.dll)
public: ListChangedEventArgs( ListChangedType listChangedType, int newIndex, PropertyDescriptor^ propDesc )
Parameters
- listChangedType
-
Type:
System.ComponentModel::ListChangedType
A ListChangedType value indicating the type of change.
- newIndex
-
Type:
System::Int32
The index of the item that was added or changed.
- propDesc
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor describing the item.
.NET Framework
Available since 2.0
Available since 2.0
Show: