System.Html.CustomEvent.InitCustomEvent C# (CSharp) Method

InitCustomEvent() public method

public InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void
type string
canBubble bool
cancelable bool
detail object
return void
        public void InitCustomEvent(string type, bool canBubble, bool cancelable, object detail)
        {
        }