다음을 통해 공유


DomEvent.InitEvent(String, Boolean, Boolean) 메서드

정의

주의

Use the constructor instead.

[Foundation.Export("initEvent:canBubbleArg:cancelableArg:")]
[System.Obsolete("Use the constructor instead.", false)]
public virtual void InitEvent (string eventTypeArg, bool canBubbleArg, bool cancelableArg);
abstract member InitEvent : string * bool * bool -> unit
override this.InitEvent : string * bool * bool -> unit

매개 변수

eventTypeArg
String
canBubbleArg
Boolean
cancelableArg
Boolean
특성

적용 대상