Delegate LocalProjectService.MachiningProjectChangedDelegate
- Namespace
- Hi.MachiningProcs
- Assembly
- HiNc.dll
Delegate for machining project changed events.
public delegate void LocalProjectService.MachiningProjectChangedDelegate(MachiningProject project, string projectPath)
Parameters
project
MachiningProjectThe new machining project.
projectPath
stringThe path to the project file.
- Extension Methods