ItemChangedEventArgs Class
Provides data for the ItemChanged event.
For a list of all members of this type, see ItemChangedEventArgs Members.
System.Object
System.EventArgs
System.Windows.Forms.ItemChangedEventArgs
[Visual Basic] Public Class ItemChangedEventArgs Inherits EventArgs [C#] public class ItemChangedEventArgs : EventArgs [C++] public __gc class ItemChangedEventArgs : public EventArgs [JScript] public class ItemChangedEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
An ItemChanged event occurs whenever the item in a list is changed. For example, this event will occur when the text of the list item is changed to a new value. This event is not raised when the item is moved to a new position within the list because of a new item being added.
For more information about handling events, see Consuming Events.
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
ItemChangedEventArgs Members | System.Windows.Forms Namespace | ItemChanged