InvokeEditorAction::OnClicked Method (MouseActionEventArgs^)

 

Invokes the editor and then deactivates this mouse action.

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 OnClicked(
	MouseActionEventArgs^ e
) override

Parameters

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

The MouseActionEventArgs that contains event data.

Return to top
Show: