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!

RichControl QueryContinueDrag Event

[To be supplied.]

The following declaration shows the syntax for a method that handles the QueryContinueDrag event.

[Visual Basic]
Private Sub RichControlName_QueryContinueDrag( _
   ByVal sender As Object, _
   ByVal e As QueryContinueDragEventArgs _
)
[C#]
private void RichControlName_QueryContinueDrag(
   object sender,
   QueryContinueDragEventArgs e
);
[C++]
private: void RichControlName_QueryContinueDrag(
   Object* sender,
   QueryContinueDragEventArgs* e
);
[JScript]
private RichControlName_QueryContinueDrag(
   sender : Object,
   e : QueryContinueDragEventArgs
);

Parameters

sender
The source of the event.
e
A QueryContinueDragEventArgs that contains the event data. The following QueryContinueDragEventArgs properties provide information specific to this event.
Property Description
Action
[To be supplied.]
EscapePressed
Gets a value indicating whether the user pressed the ESC key.
KeyState
[To be supplied.]

See Also

RichControl Class | RichControl MembersTopic | System.WinForms Namespace