Property | Type | Description | |
---|---|---|---|
DragEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
InitDragEvent ( string type, bool canBubble, bool cancelable, |
Method | Description | |
---|---|---|
DragEvent ( ) : System.Runtime.CompilerServices |
public InitDragEvent ( string type, bool canBubble, bool cancelable, |
||
type | string | |
canBubble | bool | |
cancelable | bool | |
aView | ||
aDetail | int | |
aScreenX | int | |
aScreenY | int | |
aClientX | int | |
aClientY | int | |
aCtrlKey | bool | |
aAltKey | bool | |
aShiftKey | bool | |
aMetaKey | bool | |
aButton | ushort | |
aRelatedTarget | ||
aDataTransfer | ||
return | void |