GH_Document.FilePathChanged Event

GH_DocumentFilePathChanged Event

Raised whenever the FilePath of the document is modified.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public event GH_DocumentFilePathChangedEventHandler FilePathChanged
Public Event FilePathChanged As GH_DocumentFilePathChangedEventHandler

Value

Type: Grasshopper.KernelGH_DocumentFilePathChangedEventHandler
See Also