'Declaration Public Event ItemChanged As System.Windows.Forms.ItemChangedEventHandler
public event System.Windows.Forms.ItemChangedEventHandler ItemChanged
Event Data
The event handler receives an argument of type System.Windows.Forms.ItemChangedEventArgs containing data related to this event. The following ItemChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Index | Indicates the position of the item being changed within the list. |
See Also