C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / DropDownItemClickedEventHandler Delegate

In This Topic
DropDownItemClickedEventHandler Delegate
In This Topic
Represents the method that will handle the DropDownItemClicked event of the C1SplitButton class.
Syntax
'Declaration
 
Public Delegate Sub DropDownItemClickedEventHandler( _
   ByVal sender As Object, _
   ByVal e As DropDownItemClickedEventArgs _
) 
 

Parameters

sender
e
See Also