Occurs when an Item in the control is clicked.
Syntax
Event Data
The event handler receives an argument of type ItemClickEventArgs containing data related to this event. The following ItemClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| ItemIndex | The ItemIndex value associated with the Item being clicked on. |
| ListIndex | The ListIndex value associated with the Item being clicked on. |
| MouseEvents | The MouseEventArgs that occur when the Item is clicked. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also