MouseProcessorBase.PreprocessQueryContinueDrag Method

Handles the query continue drag event before the default handler.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Overridable Sub PreprocessQueryContinueDrag ( _
    e As QueryContinueDragEventArgs _
)
public virtual void PreprocessQueryContinueDrag(
    QueryContinueDragEventArgs e
)
public:
virtual void PreprocessQueryContinueDrag(
    QueryContinueDragEventArgs^ e
)
abstract PreprocessQueryContinueDrag : 
        e:QueryContinueDragEventArgs -> unit 
override PreprocessQueryContinueDrag : 
        e:QueryContinueDragEventArgs -> unit 
public function PreprocessQueryContinueDrag(
    e : QueryContinueDragEventArgs
)

Parameters

Implements

IMouseProcessor.PreprocessQueryContinueDrag(QueryContinueDragEventArgs)

.NET Framework Security

See Also

Reference

MouseProcessorBase Class

Microsoft.VisualStudio.Text.Editor Namespace