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; }
Public Property DropDelegate As Action
Get
Set
Property Value
Type:
Action[Missing <value> documentation for "P:Grasshopper.GUI.Canvas.GH_CanvasDropTargetValidator.DropDelegate"]
See Also