C# Class System.Html.DragEvent

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

Private Properties

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

Méthodes publiques

Méthode Description
InitDragEvent ( string type, bool canBubble, bool cancelable, WindowInstance aView, int aDetail, int aScreenX, int aScreenY, int aClientX, int aClientY, bool aCtrlKey, bool aAltKey, bool aShiftKey, bool aMetaKey, ushort aButton, EventTarget aRelatedTarget, DataTransfer aDataTransfer ) : void

Private Methods

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

Method Details

InitDragEvent() public méthode

public InitDragEvent ( string type, bool canBubble, bool cancelable, WindowInstance aView, int aDetail, int aScreenX, int aScreenY, int aClientX, int aClientY, bool aCtrlKey, bool aAltKey, bool aShiftKey, bool aMetaKey, ushort aButton, EventTarget aRelatedTarget, DataTransfer aDataTransfer ) : void
type string
canBubble bool
cancelable bool
aView WindowInstance
aDetail int
aScreenX int
aScreenY int
aClientX int
aClientY int
aCtrlKey bool
aAltKey bool
aShiftKey bool
aMetaKey bool
aButton ushort
aRelatedTarget EventTarget
aDataTransfer DataTransfer
Résultat void