C# Class System.Html.DragEvent

Inheritance: MouseEvent
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
DragEvent System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
DragEvent ( ) : System.Runtime.CompilerServices

Method Details

InitDragEvent() public method

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