C# 클래스 System.Html.Event

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Event System.Runtime.CompilerServices

공개 메소드들

메소드 설명
Event ( string type ) : System.Runtime.CompilerServices
Event ( string type, EventInit eventInitDict ) : System.Runtime.CompilerServices
GetPreventDefault ( ) : bool
InitEvent ( string type, bool bubbles, bool cancelable ) : void
PreventDefault ( ) : void
StopImmediatePropagation ( ) : void
StopPropagation ( ) : void

비공개 메소드들

메소드 설명
Event ( ) : System.Runtime.CompilerServices

메소드 상세

Event() 공개 메소드

public Event ( string type ) : System.Runtime.CompilerServices
type string
리턴 System.Runtime.CompilerServices

Event() 공개 메소드

public Event ( string type, EventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict EventInit
리턴 System.Runtime.CompilerServices

GetPreventDefault() 공개 메소드

public GetPreventDefault ( ) : bool
리턴 bool

InitEvent() 공개 메소드

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

PreventDefault() 공개 메소드

public PreventDefault ( ) : void
리턴 void

StopImmediatePropagation() 공개 메소드

public StopImmediatePropagation ( ) : void
리턴 void

StopPropagation() 공개 메소드

public StopPropagation ( ) : void
리턴 void