Interface ICamIpcHandlerApplicationBeforeLoadProject
Handler for event to be called right before project loaded
Namespace: CAMIPC.Application
Assembly: CAMIPC.Application.dll
Syntax
[Guid("1F3D9301-1433-4712-BDC3-3738D35A4737")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcHandlerApplicationBeforeLoadProject
Methods
ApplicationBeforeLoadProject(string, ICamIpcProject)
Handler for event to be called right before project loaded
Declaration
void ApplicationBeforeLoadProject(string HandlerIdent, ICamIpcProject Project)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamIpcProject | Project |