| C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1SplitButton Class : DropDownItemClicked Event |
'Declaration Public Event DropDownItemClicked As DropDownItemClickedEventHandler
public event DropDownItemClickedEventHandler DropDownItemClicked
The event handler receives an argument of type DropDownItemClickedEventArgs containing data related to this event. The following DropDownItemClickedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ClickedItem | Returns the clicked item. |