Interface ICamApiHandlerApplicationAfterSaveProject
Handler for event to be called right after any project saved
Namespace: CAMAPI.Application
Assembly: CAMAPI.Application.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1E69ED91-2D2A-4F80-91FB-604A91291E01")]
public interface ICamApiHandlerApplicationAfterSaveProject
Methods
ApplicationAfterSaveProject(string, ICamApiProject)
Handler for event to be called right any project saved
Declaration
void ApplicationAfterSaveProject(string HandlerIdent, ICamApiProject Project)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamApiProject | Project |