VSDiagramView.MouseUpEvent 屬性

取得或設定事件處理常式,發生於使用者放開滑鼠按鈕。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 命名空間