QueryContinueDragEventArgs

Undocumented in source.

Constructors

this
this(int keyState, bool escapePressed, DragAction action)
Undocumented in source.

Members

Properties

action
DragAction action [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
action
DragAction action [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
escapePressed
bool escapePressed [@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.

Inherited Members

From EventArgs

empty
EventArgs empty [@property getter]

Property: get a reusable, empty EventArgs.

Meta