Occurs when the user double-clicks the mouse.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Event DoubleClick As DiagramPointEventHandler
'使用
Dim instance As ShapeElement
Dim handler As DiagramPointEventHandler
AddHandler instance.DoubleClick, handler
public event DiagramPointEventHandler DoubleClick
public:
event DiagramPointEventHandler^ DoubleClick {
void add (DiagramPointEventHandler^ value);
void remove (DiagramPointEventHandler^ value);
}
JScript does not support events.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.