SelectAction.OnClicked(MouseActionEventArgs) Method

Definition

Performs any deferred select action if the deferredSelection member is set.

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

e
MouseActionEventArgs

A MouseActionEventArgs that contains the event data.

Applies to