ShapeField::OnMouseUp Method (DiagramMouseEventArgs^)

 

Alerts listeners when the user has released the mouse button over a shape field.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual void OnMouseUp(
	DiagramMouseEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramMouseEventArgs^

The arguments to use when the mouse is released over a shape field.

Return to top
Show: