System.Html.UIEvent.InitUIEvent C# (CSharp) Méthode

InitUIEvent() public méthode

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