ComponentOne Input for WinForms
DropDownItemClickedEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : DropDownItemClickedEventHandler Delegate
Represents the method that will handle the C1SplitButton.DropDownItemClicked event of the C1SplitButton class.
Syntax
'Declaration
 
Public Delegate Sub DropDownItemClickedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As DropDownItemClickedEventArgs _
) 
public delegate void DropDownItemClickedEventHandler( 
   System.object sender,
   DropDownItemClickedEventArgs e
)

Parameters

sender
e
See Also

Reference

DropDownItemClickedEventHandler Members
C1.Win.C1Input Namespace