System.Html.Event.InitEvent C# (CSharp) Méthode

InitEvent() public méthode

public InitEvent ( string type, bool bubbles, bool cancelable ) : void
type string
bubbles bool
cancelable bool
Résultat void
        public void InitEvent(string type, bool bubbles, bool cancelable)
        {
        }