MouseAction::OnClicked Method (MouseActionEventArgs^)
Visual Studio 2015
Alerts listeners that the user has clicked the mouse.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- e
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::MouseActionEventArgs^
The arguments for the mouse action in a diagram.
Set e.ActionRequest to ActionRequest.CompleteAction to complete the MouseAction and deactivate it.
Show: