MouseAction::OnMouseUp Method (DiagramMouseEventArgs^)
Visual Studio 2015
Alerts listeners that the user has released the mouse button.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- e
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramMouseEventArgs^
The arguments for a mouse event that occurs over the diagram.
If your intent is to respond to a MouseDown + MouseUp combination that does not include dragging, override the OnClicked method instead. (A MouseMove may occur between MouseDown and MouseUp that does not exceed a drag delta and therefore does not start dragging.)
Show: