MouseAction.OnDragPendingBegun 方法

警报侦听器拖动操作处于挂起状态。

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

语法

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

参数

备注

该拖/单击挂起状态开始,在 MouseDown 事件发生时,MouseAction 在一个悬停状态时,或者当它处于非活动状态时。

.NET Framework 安全性

请参阅

参考

MouseAction 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间