VSDiagramView.MouseUpEvent Property

Definition

Occurs when mouse button is release.

public:
 property EventHandler<Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^> ^ MouseUpEvent { EventHandler<Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^> ^ get(); void set(EventHandler<Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^> ^ value); };
public EventHandler<Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs> MouseUpEvent { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.MouseUpEvent : EventHandler<Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs> with get, set
Public Property MouseUpEvent As EventHandler(Of DiagramPointEventArgs)

Property Value

Attributes

Applies to