MouseAction.OnDraggingBegun 方法

拖动操作开始的警报侦听器。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
Protected Overridable Sub OnDraggingBegun ( _
    e As MouseActionEventArgs _
)
protected virtual void OnDraggingBegun(
    MouseActionEventArgs e
)

参数

备注

,在拖动的标准满足时,该拖动的状态开始。 通常,鼠标光标必须在拖动增量外移动。

.NET Framework 安全性

请参见

参考

MouseAction 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间