MouseAction.OnDragPendingBegun Method

Alerts listeners that the drag operation is pending.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overridable Sub OnDragPendingBegun ( _
    e As MouseActionEventArgs _
)
protected virtual void OnDragPendingBegun(
    MouseActionEventArgs e
)
protected:
virtual void OnDragPendingBegun(
    MouseActionEventArgs^ e
)
abstract OnDragPendingBegun : 
        e:MouseActionEventArgs -> unit  
override OnDragPendingBegun : 
        e:MouseActionEventArgs -> unit
protected function OnDragPendingBegun(
    e : MouseActionEventArgs
)

Parameters

Remarks

The drag/click-pending state begins when a MouseDown event occurs while the MouseAction is in a hovering state or while it is inactive.

.NET Framework Security

See Also

Reference

MouseAction Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace