Interface ICamApiHandlerApplicationBeforeLoadProject
Handler for event to be called right before project loaded
Namespace: CAMAPI.Application
Assembly: CAMAPI.Application.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C92763C9-80BC-4E95-8ADB-30E6F8DBE130")]
public interface ICamApiHandlerApplicationBeforeLoadProject
Methods
ApplicationBeforeLoadProject(string, ICamApiProject)
Handler for event to be called right before project loaded
Declaration
void ApplicationBeforeLoadProject(string HandlerIdent, ICamApiProject Project)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamApiProject | Project |