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

Removes the given handler for the "OnQueryContinueDrag" event. If there are duplicate entries, ALL are removed.

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

Parameters

handler
Event handler to be removed.

See Also

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