GH_AsynchFileData.FileChangedDelegate Delegate

GH_AsynchFileDataFileChangedDelegate Delegate

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public delegate void FileChangedDelegate(
	GH_AsynchFileData sender
)
Public Delegate Sub FileChangedDelegate ( 
	sender As GH_AsynchFileData
)

Parameters

sender
Type: Grasshopper.GUIGH_AsynchFileData
See Also