System.Html.Event.InitEvent C# (CSharp) 메소드

InitEvent() 공개 메소드

public InitEvent ( string type, bool bubbles, bool cancelable ) : void
type string
bubbles bool
cancelable bool
리턴 void
        public void InitEvent(string type, bool bubbles, bool cancelable)
        {
        }