DragEventArgs

Undocumented in source.

Constructors

this
this(IDataObject dataObj, int keyState, int x, int y, DragDropEffects allowedEffect, DragDropEffects effect)
Undocumented in source.

Members

Properties

allowedEffect
DragDropEffects allowedEffect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
dfl.data.IDataObject data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
effect
DragDropEffects effect [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
effect
DragDropEffects effect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keyState
int keyState [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventArgs

empty
EventArgs empty [@property getter]

Property: get a reusable, empty EventArgs.

Meta