Click or drag to resize

GH_CanvasDropTargetValidatorDropDelegate Property

Gets or sets the delegate to be invoked when a component is dropped inside the dropregion.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Action DropDelegate { get; set; }

Property Value

Type: Action

[Missing <value> documentation for "P:Grasshopper.GUI.Canvas.GH_CanvasDropTargetValidator.DropDelegate"]

See Also