Interface ICamApiHandlerApplicationBeforeSaveProject
Handler for event to be called right before current project saved
Namespace: CAMAPI.Application
Assembly: CAMAPI.Application.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("75F70152-C1F3-42DE-A487-129394315410")]
public interface ICamApiHandlerApplicationBeforeSaveProject
Methods
ApplicationBeforeSaveProject(string, ICamApiProject)
Handler for event to be called right before project saved
Declaration
void ApplicationBeforeSaveProject(string HandlerIdent, ICamApiProject Project)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamApiProject | Project |