Interface ICamApiHandlerProjectAfterSave
Handler for event to be called right after current project saved
Namespace: CAMAPI.Project
Assembly: CAMAPI.Project.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("5C72C7D6-4CE6-421C-9A64-15E7B9B433CD")]
public interface ICamApiHandlerProjectAfterSave
Methods
ProjectAfterSave(string, ICamApiProject)
Handler for event to be called right after project saved
Declaration
void ProjectAfterSave(string HandlerIdent, ICamApiProject Project)
Parameters
Type | Name | Description |
---|---|---|
string | HandlerIdent | |
ICamApiProject | Project |