ShapeField.OnDoubleClick Method

Alerts listeners when the user has double-clicked a shape field.

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

Syntax

'宣言
Public Overridable Sub OnDoubleClick ( _
    e As DiagramPointEventArgs _
)
'使用
Dim instance As ShapeField
Dim e As DiagramPointEventArgs

instance.OnDoubleClick(e)
public virtual void OnDoubleClick(
    DiagramPointEventArgs e
)
public:
virtual void OnDoubleClick(
    DiagramPointEventArgs^ e
)
public function OnDoubleClick(
    e : DiagramPointEventArgs
)

Parameters

Permissions

See Also

Reference

ShapeField Class

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace