C# Class System.Html.MouseEvent

Inheritance: UIEvent
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
MouseEvent System.Runtime.CompilerServices

Public Methods

Method Description
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

Private Methods

Method Description
MouseEvent ( ) : System.Runtime.CompilerServices

Method Details

GetModifierState() public method

public GetModifierState ( string keyArg ) : bool
keyArg string
return bool

InitMouseEvent() public method

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
return void

MouseEvent() public method

public MouseEvent ( string typeArg ) : System.Runtime.CompilerServices
typeArg string
return System.Runtime.CompilerServices

MouseEvent() public method

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