Grasshopper API
GH_MenuTextBoxTextChangedEventHandler Delegate |
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public delegate void TextChangedEventHandler( GH_MenuTextBox sender, string newText )
Public Delegate Sub TextChangedEventHandler ( sender As GH_MenuTextBox, newText As String )
Parameters
- sender
- Type: Grasshopper.GUIGH_MenuTextBox
- newText
- Type: SystemString
