Partilhar via


Propriedade VSDiagramView.MouseUpEvent

Obtém ou define um manipulador de eventos quando o usuário solta o botão do mouse.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Public Property MouseUpEvent As EventHandler(Of DiagramPointEventArgs)
public EventHandler<DiagramPointEventArgs> MouseUpEvent { get; set; }

Valor de propriedade

Tipo: System.EventHandler<DiagramPointEventArgs>
O manipulador de eventos.

Segurança do .NET Framework

Consulte também

Referência

VSDiagramView Classe

Namespace Microsoft.VisualStudio.Modeling.Shell