System.Html.UIEvent.InitUIEvent C# (CSharp) Method

InitUIEvent() public method

public InitUIEvent ( string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail ) : void
aType string
aCanBubble bool
aCancelable bool
aView WindowInstance
aDetail int
return void
        public void InitUIEvent(string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail)
        {
        }