NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

QueryContinueDragEventArgs Constructor

Initializes a new instance of the System.WinForms.QueryContinueDragEvent class.

[Visual Basic]
Public Sub New( _
   ByVal keyState As Integer, _
   ByVal escapePressed As Boolean, _
   ByVal action As DragAction _
)
[C#]
public QueryContinueDragEventArgs(
   int keyState,
   bool escapePressed,
   DragAction action
);
[C++]
public: QueryContinueDragEventArgs(
   int keyState,
   bool escapePressed,
   DragAction action
);
[JScript]
public function QueryContinueDragEventArgs(
   keyState : int,
   escapePressed : Boolean,
   action : DragAction
);

Parameters

keyState
The current state of the SHIFT, CTRL, and ALT keys.
escapePressed
true if the ESC key was pressed; otherwise, false.
action
One of the DragAction values.

See Also

QueryContinueDragEventArgs Class | QueryContinueDragEventArgs Members | System.WinForms Namespace | DragAction