ListChangedEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the ListChangedEventArgs class.
| Name | Description |
|---|---|
| ListChangedEventArgs (ListChangedType, Int32) | Initializes a new instance of the ListChangedEventArgs class given the type of change and the index of the affected item. Supported by the .NET Compact Framework. |
| ListChangedEventArgs (ListChangedType, PropertyDescriptor) | Initializes a new instance of the ListChangedEventArgs class given the type of change and the PropertyDescriptor affected. Supported by the .NET Compact Framework. |
| ListChangedEventArgs (ListChangedType, Int32, Int32) | 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. Supported by the .NET Compact Framework. |
| ListChangedEventArgs (ListChangedType, Int32, PropertyDescriptor) | 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. Supported by the .NET Compact Framework. |