System.Html.CommandEvent.InitCommandEvent C# (CSharp) Method

InitCommandEvent() public method

public InitCommandEvent ( string type, bool canBubble, bool cancelable, string command ) : void
type string
canBubble bool
cancelable bool
command string
return void
        public void InitCommandEvent(string type, bool canBubble, bool cancelable, string command)
        {
        }