IWorkspaceEventHandler Interface |
Specifies a workspace event handler.
Namespace:
Colygon.MatchPoint.Workspaces
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public interface IWorkspaceEventHandler
The IWorkspaceEventHandler type exposes the following members.
Methods Remarks
Implement this interface to provide a custom workspace event handler. To enable your event handler,
deploy your code to the target system and register your class within the
WorkspaceTemplateConfiguration.
See Also