Поделиться через


GestureExtension<T>.IGestureExtension.OnDoubleClick Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Декларация
Private Sub OnDoubleClick ( _
    targetElement As ShapeElement, _
    diagramPointEventArgs As DiagramPointEventArgs _
) Implements IGestureExtension.OnDoubleClick
void IGestureExtension.OnDoubleClick(
    ShapeElement targetElement,
    DiagramPointEventArgs diagramPointEventArgs
)
private:
virtual void OnDoubleClick(
    ShapeElement^ targetElement, 
    DiagramPointEventArgs^ diagramPointEventArgs
) sealed = IGestureExtension::OnDoubleClick
private abstract OnDoubleClick : 
        targetElement:ShapeElement * 
        diagramPointEventArgs:DiagramPointEventArgs -> unit 
private override OnDoubleClick : 
        targetElement:ShapeElement * 
        diagramPointEventArgs:DiagramPointEventArgs -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IGestureExtension.OnDoubleClick(ShapeElement, DiagramPointEventArgs)

.NET Framework Security

See Also

Reference

GestureExtension<T> Class

Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace