GH_DigitScrollerBaseInvalidatedEventHandler Delegate |
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public delegate void InvalidatedEventHandler(
Object sender,
EventArgs e
)
Public Delegate Sub InvalidatedEventHandler (
sender As Object,
e As EventArgs
)
Parameters
- sender
- Type: SystemObject
- e
- Type: SystemEventArgs
See Also