Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Alerts listeners that the drag operation is pending.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
- e
Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs
The arguments for a mouse action.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.