Grasshopper API
GH_DocumentFilePathChangedEventHandler Delegate |
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public delegate void FilePathChangedEventHandler( Object sender, GH_DocFilePathEventArgs e )
Public Delegate Sub FilePathChangedEventHandler ( sender As Object, e As GH_DocFilePathEventArgs )
Parameters
- sender
- Type: SystemObject
- e
- Type: Grasshopper.KernelGH_DocFilePathEventArgs
