C# 클래스 System.Html.CommandEvent

상속: Event
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

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

공개 메소드들

메소드 설명
InitCommandEvent ( string type, bool canBubble, bool cancelable, string command ) : void

비공개 메소드들

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

메소드 상세

InitCommandEvent() 공개 메소드

public InitCommandEvent ( string type, bool canBubble, bool cancelable, string command ) : void
type string
canBubble bool
cancelable bool
command string
리턴 void