GH_Document.OnFilePathChanged Method

GH_DocumentOnFilePathChanged Method

Raise the FilePathChanged event.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void OnFilePathChanged(
	string old,
	string new
)
Public Sub OnFilePathChanged ( 
	old As String,
	new As String
)

Parameters

old
Type: SystemString
Old filepath.
new
Type: SystemString
New filepath.
See Also