Grasshopper API
IGH_ResponsiveObjectRespondToMouseDoubleClick Method |
This function will be called whenever the left button is double-clicked over the canvas.
If you are active, you will be the only object who gets called.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

GH_ObjectResponse RespondToMouseDoubleClick( GH_Canvas sender, GH_CanvasMouseEvent e )
Function RespondToMouseDoubleClick ( sender As GH_Canvas, e As GH_CanvasMouseEvent ) As GH_ObjectResponse
Parameters
- sender
- Type: Grasshopper.GUI.CanvasGH_Canvas
Base canvas. - e
- Type: Grasshopper.GUIGH_CanvasMouseEvent
Mouse event arguments.
Return Value
Type: GH_ObjectResponseAll Response flags are valid.
