dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
QueryContinueDragEventArgs
dfl
control
version
(!
DFL_NO_DRAG_DROP
)
class
QueryContinueDragEventArgs :
EventArgs
{
this
(
int
keyState
,
bool
escapePressed
,
DragAction
action
)
;
DragAction
action
[@property setter];
DragAction
action
[@property getter];
bool
escapePressed
[@property getter];
int
keyState
[@property getter];
}
Constructors
this
this
(
int
keyState
,
bool
escapePressed
,
DragAction
action
)
Members
Properties
action
DragAction
action
[@property setter]
DragAction
action
[@property getter]
escapePressed
bool
escapePressed
[@property getter]
keyState
int
keyState
[@property getter]
Inherited Members
From EventArgs
empty
EventArgs
empty
[@property getter]
Property: get a reusable, empty EventArgs.
Meta
Source
See Implementation
dfl
control
classes
BeforeResizeEventArgs
ContainerControl
Control
ControlEventArgs
DragEventArgs
GiveFeedbackEventArgs
HelpEventArgs
InvalidateEventArgs
LayoutEventArgs
QueryContinueDragEventArgs
ScrollableControl
SharedControl
enums
AnchorStyles
BoundsSpecified
ControlFont
ControlStyles
DockStyle
DragAction
DragDropEffects
interfaces
IContainerControl
structs
CreateParams