Interface ICamIpcHandlerApplicationAfterLoad
Handler for event to be called right after CAM application loaded
Namespace: CAMIPC.Application
Assembly: CAMIPC.Application.dll
Syntax
[Guid("83A819B6-0FCA-47D1-A39E-4EB7DA6BD951")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcHandlerApplicationAfterLoad
Methods
ApplicationAfterLoad(string, ICamIpcApplication)
Handler for event to be called right after CAM application loaded
Declaration
void ApplicationAfterLoad(string HandlerIdent, ICamIpcApplication Application)
Parameters
| Type | Name | Description |
|---|---|---|
| string | HandlerIdent | |
| ICamIpcApplication | Application |