CreateKeyboardEventInfo Method
Creates a KeyboardEventInfo object with the given parameters.
Overload List
OverloadDescription
CreateKeyboardEventInfo(KeyboardEvent,Int64,Int32,Int32,Char,Int32)Creates a KeyboardEventInfo with parameters: newEditBox, when, modifiers,keyCode, keyChar, and keyLocation.  
CreateKeyboardEventInfo(KeyboardEvent,Int64,Int32,Int32,Char)Creates a KeyboardEventInfo with parameters: newEditBox, when, modifiers,keyCode, and keyChar.