C# 클래스 System.Html.MouseEvent

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

Private Properties

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

공개 메소드들

메소드 설명
GetModifierState ( string keyArg ) : bool
InitMouseEvent ( string typeArg, bool canBubbleArg, bool cancelableArg, WindowInstance viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, bool ctrlKeyArg, bool altKeyArg, bool shiftKeyArg, bool metaKeyArg, short buttonArg, EventTarget relatedTargetArg ) : void
MouseEvent ( string typeArg ) : System.Runtime.CompilerServices
MouseEvent ( string typeArg, MouseEventInit mouseEventInitDict ) : System.Runtime.CompilerServices

비공개 메소드들

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

메소드 상세

GetModifierState() 공개 메소드

public GetModifierState ( string keyArg ) : bool
keyArg string
리턴 bool

InitMouseEvent() 공개 메소드

public InitMouseEvent ( string typeArg, bool canBubbleArg, bool cancelableArg, WindowInstance viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, bool ctrlKeyArg, bool altKeyArg, bool shiftKeyArg, bool metaKeyArg, short buttonArg, EventTarget relatedTargetArg ) : void
typeArg string
canBubbleArg bool
cancelableArg bool
viewArg WindowInstance
detailArg int
screenXArg int
screenYArg int
clientXArg int
clientYArg int
ctrlKeyArg bool
altKeyArg bool
shiftKeyArg bool
metaKeyArg bool
buttonArg short
relatedTargetArg EventTarget
리턴 void

MouseEvent() 공개 메소드

public MouseEvent ( string typeArg ) : System.Runtime.CompilerServices
typeArg string
리턴 System.Runtime.CompilerServices

MouseEvent() 공개 메소드

public MouseEvent ( string typeArg, MouseEventInit mouseEventInitDict ) : System.Runtime.CompilerServices
typeArg string
mouseEventInitDict MouseEventInit
리턴 System.Runtime.CompilerServices