Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / OnKeyDown Method / OnKeyDown(Object,KeyEventArgs) Method
Source of the event
Event data


In This Topic
OnKeyDown(Object,KeyEventArgs) Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Protected Overloads Overridable Sub OnKeyDown( _
   ByVal sender As Object, _
   ByVal e As KeyEventArgs _
) 
 
'Usage
 
Dim instance As FpCombo
Dim sender As Object
Dim e As KeyEventArgs
 
instance.OnKeyDown(sender, e)

Parameters

sender
Source of the event
e
Event data
See Also