共用方式為


VSDiagramView.MouseUpEvent 屬性

取得或設定當使用者放開滑鼠按鈕時使用的事件處理常式。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Public Property MouseUpEvent As EventHandler(Of DiagramPointEventArgs)
public EventHandler<DiagramPointEventArgs> MouseUpEvent { get; set; }

屬性值

類型:System.EventHandler<DiagramPointEventArgs>
事件處理常式。

.NET Framework 安全性

請參閱

參考

VSDiagramView 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間