ControlKeyDownEvent Field | 
 
            Event identifier for handlers when attaching the 
KeyDown event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic const string KeyDownEvent = "Control.KeyDown"
Public Const KeyDownEvent As String = "Control.KeyDown"
static val mutable KeyDownEvent: string
Field Value
Type: 
String
See Also