Interface ICamApiHandlerApplicationBeforeClose
Handler for event to be called right before CAM application closed
Namespace: CAMAPI.Application
Assembly: CAMAPI.Application.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("541DAAEC-A581-4BB5-A9BE-6EBA1EF4090F")]
public interface ICamApiHandlerApplicationBeforeClose
Methods
ApplicationBeforeClose(string, ICamApiApplication)
Handler for event to be called right before CAM application closed
Declaration
void ApplicationBeforeClose(string HandlerIdent, ICamApiApplication Application)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamApiApplication | Application |