C# Class System.Html.MouseEvent

Inheritance: UIEvent
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
MouseEvent System.Runtime.CompilerServices

Méthodes publiques

Méthode 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

Méthode Description
MouseEvent ( ) : System.Runtime.CompilerServices

Method Details

GetModifierState() public méthode

public GetModifierState ( string keyArg ) : bool
keyArg string
Résultat bool

InitMouseEvent() public méthode

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
Résultat void

MouseEvent() public méthode

public MouseEvent ( string typeArg ) : System.Runtime.CompilerServices
typeArg string
Résultat System.Runtime.CompilerServices

MouseEvent() public méthode

public MouseEvent ( string typeArg, MouseEventInit mouseEventInitDict ) : System.Runtime.CompilerServices
typeArg string
mouseEventInitDict MouseEventInit
Résultat System.Runtime.CompilerServices