MouseAction.OnDraggingBegun Method

Alerts listeners that the drag operation has begun.

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

Syntax

'Declaration
Protected Overridable Sub OnDraggingBegun ( _
    e As MouseActionEventArgs _
)
'Usage
Dim e As MouseActionEventArgs 

Me.OnDraggingBegun(e)
protected virtual void OnDraggingBegun(
    MouseActionEventArgs e
)
protected:
virtual void OnDraggingBegun(
    MouseActionEventArgs^ e
)
protected function OnDraggingBegun(
    e : MouseActionEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

MouseAction Class

MouseAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace