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

public delegate void EditorFoldStateChangedEventHandler( GH_DocumentEditor sender, EventArgs e )
Public Delegate Sub EditorFoldStateChangedEventHandler ( sender As GH_DocumentEditor, e As EventArgs )
Parameters
- sender
- Type: Grasshopper.GUIGH_DocumentEditor
- e
- Type: SystemEventArgs
