MouseAction.OnDragPendingEnded 方法
警报侦听器拖动操作不再挂起。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Protected Overridable Sub OnDragPendingEnded ( _
e As MouseActionEventArgs _
)
protected virtual void OnDragPendingEnded(
MouseActionEventArgs e
)
参数
备注
该拖/单击挂起状态的,在拖动的标准满足时,或者,在 MouseUp 将前时接收可能开始 (在用户单击了) 情况下,或者,在完成或取消收到事件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。