This topic has not yet been rated - Rate this topic

ListChangedEventArgs Constructor

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.