System.Html.KeyboardEvent.InitKeyEvent C# (CSharp) Method

InitKeyEvent() public method

public InitKeyEvent ( string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode ) : void
type string
canBubble bool
cancelable bool
view WindowInstance
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
keyCode int
charCode int
return void
        public void InitKeyEvent(string type, bool canBubble, bool cancelable, WindowInstance view, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int keyCode, int charCode)
        {
        }