Grasshopper API
GH_DocFilePathEventArgs Class |
These arguments are passed along with FilePathChanged events on GH_Document.

Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

The GH_DocFilePathEventArgs type exposes the following members.

Name | Description | |
---|---|---|
![]() | GH_DocFilePathEventArgs |
Create a new instance of the GH_DocFilePathEventArgs class.
|

Name | Description | |
---|---|---|
![]() | Document |
Gets the document that raised this event.
|
![]() | NewFilePath |
Gets the new filepath, the one currently assigned to this document.
|
![]() | OldFilePath |
Gets the old filepath, prior to the change that triggered this event.
|
