Click or drag to resize

GH_CanvasObjectMouseDownEventArgs Class

Event arguments for the CanvasObjectMouseDown events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Grasshopper.GUIGH_CanvasObjectMouseDownEventArgs

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public class GH_CanvasObjectMouseDownEventArgs : EventArgs

The GH_CanvasObjectMouseDownEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGH_CanvasObjectMouseDownEventArgs
Initializes a new instance of the GH_CanvasObjectMouseDownEventArgs class
Top
Properties
  NameDescription
Public propertyCanvas
Public propertyDocument
Public propertyObject
Top
See Also