C1.Win.Input Namespace / C1SplitButton Class / ItemClicked Event

ItemClicked Event (C1SplitButton)
Occurs when a SplitButtonItem is clicked.
Syntax
'Declaration
 
Public Event ItemClicked As EventHandler(Of ItemClickedEventArgs)
 
Event Data

The event handler receives an argument of type ItemClickedEventArgs containing data related to this event. The following ItemClickedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the clicked item.  
See Also