Skip to content

GH_SliderBase.TextInputHandler

Delegate used during Text Input handling.

Namespace: Grasshopper.GUI.Base

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public delegate void TextInputHandler(
GH_SliderBase slider,
string text
)

slider

Type: Grasshopper.GUI.Base.GH_SliderBase

text

Type:System.String