'Declaration Public Event ItemChanged As ItemChangedEventHandler
public event ItemChangedEventHandler ItemChanged
Event Data
The event handler receives an argument of type 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