Interface ICamIpcHandlerApplicationAfterLoad
Handler for event to be called right after CAM application loaded
Namespace: CAMIPC.Application
Assembly: CAMIPC.Application.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("83A819B6-0FCA-47D1-A39E-4EB7DA6BD951")]
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 |