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.AddOnQueryContinueDrag

Adds an event handler for the queryContinueDrag event. The queryContinueDrag event occurs during a drag operation. This allows the drag source to determine if the drag operation should be canceled.

[Visual Basic]
Overridable Public Sub AddOnQueryContinueDrag( _
   ByVal handler As QueryContinueDragEventHandler _
)
[C#]
public virtual void AddOnQueryContinueDrag(
   QueryContinueDragEventHandler handler
);
[C++]
public: virtual void AddOnQueryContinueDrag(
   QueryContinueDragEventHandler* handler
);
[JScript]
public function AddOnQueryContinueDrag(
   handler : QueryContinueDragEventHandler
);

Parameters

handler
New handler to install for this event.

See Also

RichControl Class | RichControl Members | System.WinForms Namespace | RemoveOnQueryContinueDrag