Interface ICamIpcHandlerApplicationBeforeClose
Handler for event to be called right before CAM application closed
Namespace: CAMIPC.Application
Assembly: CAMIPC.Application.dll
Syntax
[Guid("641B2870-A860-48AF-96B9-02667F4BDF93")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcHandlerApplicationBeforeClose
Methods
ApplicationBeforeClose(string, ICamIpcApplication)
Handler for event to be called right before CAM application closed
Declaration
void ApplicationBeforeClose(string HandlerIdent, ICamIpcApplication Application)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamIpcApplication | Application |