MouseAction.OnDoubleClick(DiagramPointEventArgs) Method

Definition

Called when a DoubleClick event has been dispatched to this MouseAction.

protected:
 virtual void OnDoubleClick(Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ e);
protected virtual void OnDoubleClick (Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs e);
abstract member OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
override this.OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Protected Overridable Sub OnDoubleClick (e As DiagramPointEventArgs)

Parameters

e
DiagramPointEventArgs

A DiagramPointEventArgs that contains event data.

Applies to