Interface ICamIpcHandlerTechnologistOperationAdded
Handler for event to be called right after new operation added
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[Guid("3CAE72F8-9E5F-4F1B-8A11-DC6C4EF46329")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcHandlerTechnologistOperationAdded
Methods
OperationAdded(string, ICamIpcTechOperation)
Handler for event to be called right after new operation added
Declaration
void OperationAdded(string HandlerIdent, ICamIpcTechOperation Operation)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamIpcTechOperation | Operation |