Compartment::OnMouseUp Method (DiagramMouseEventArgs^)

 

Forwards the event to the compartment shape when the user releases the mouse button when pointing to the compartment.

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
) override

To use this method, the ForwardEventsToParent property must be true.

Return to top
Show: