C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / DropDownItem Class / OnKeyUp Method
System.Windows.Forms.KeyEventArgs that contains the event data.

In This Topic
OnKeyUp Method (DropDownItem)
In This Topic
Raises the KeyUp event.
Syntax
'Declaration
 
Protected Overridable Sub OnKeyUp( _
   ByVal e As KeyEventArgs _
) 
 

Parameters

e
System.Windows.Forms.KeyEventArgs that contains the event data.
See Also