Udostępnij za pośrednictwem


GestureExtension<T>.IGestureExtension.OnDoubleClick Method

Definition

 virtual void Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension.OnDoubleClick(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetElement, Microsoft::VisualStudio::Modeling::Diagrams::DiagramPointEventArgs ^ diagramPointEventArgs) = Microsoft::VisualStudio::Modeling::Diagrams::ExtensionEnablement::IGestureExtension::OnDoubleClick;
void IGestureExtension.OnDoubleClick (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetElement, Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs diagramPointEventArgs);
abstract member Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension.OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
override this.Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement.IGestureExtension.OnDoubleClick : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramPointEventArgs -> unit
Sub OnDoubleClick (targetElement As ShapeElement, diagramPointEventArgs As DiagramPointEventArgs) Implements IGestureExtension.OnDoubleClick

Parameters

targetElement
ShapeElement
diagramPointEventArgs
DiagramPointEventArgs

Implements

Applies to