System.Html.Event.InitEvent C# (CSharp) Method

InitEvent() public method

public InitEvent ( string type, bool bubbles, bool cancelable ) : void
type string
bubbles bool
cancelable bool
return void
        public void InitEvent(string type, bool bubbles, bool cancelable)
        {
        }