Interface ICamApiHandlerTechnologistOperationAdded
Handler for event to be called right after new operation added
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("2F0FBF49-3987-4631-9EA1-BE25BBBBC2D1")]
public interface ICamApiHandlerTechnologistOperationAdded
Methods
OperationAdded(string, ICamApiTechOperation)
Handler for event to be called right after new operation added
Declaration
void OperationAdded(string HandlerIdent, ICamApiTechOperation Operation)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamApiTechOperation | Operation |