GestureExtensionController.OnDoubleClick 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.
public:
virtual void OnDoubleClick(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetElement, Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ diagramPointEventArgs);
public virtual void OnDoubleClick (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetElement, Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs diagramPointEventArgs);
abstract member OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
override this.OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Public Overridable Sub OnDoubleClick (targetElement As ShapeElement, diagramPointEventArgs As DiagramPointEventArgs)
Parameters
- targetElement
- ShapeElement
- diagramPointEventArgs
- DiagramPointEventArgs