SelectAction::OnContextMenuRequested Method (DiagramMouseEventArgs^)

 

Completes the select action first so that the context menu has a valid selection to work with.

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

protected:
virtual void OnContextMenuRequested(
	DiagramMouseEventArgs^ e
) override

Parameters

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

A DiagramMouseEventArgs that contains the event data.

Return to top
Show: