C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1SplitButton Class / OnDropDownItemClicked Method
A DropDownItemClickedEventArgs that contains the event data.

In This Topic
OnDropDownItemClicked Method
In This Topic
Raises DropDownItemClicked event.
Syntax
'Declaration
 
Protected Overridable Sub OnDropDownItemClicked( _
   ByVal e As DropDownItemClickedEventArgs _
) 
 

Parameters

e
A DropDownItemClickedEventArgs that contains the event data.
See Also