InvokeEditorAction.OnClicked(MouseActionEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the editor and then deactivates this mouse action.
protected:
override void OnClicked(Microsoft::VisualStudio::Modeling::Diagrams::MouseActionEventArgs ^ e);
protected override void OnClicked (Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs e);
override this.OnClicked : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionEventArgs -> unit
Protected Overrides Sub OnClicked (e As MouseActionEventArgs)
Parameters
The MouseActionEventArgs that contains event data.