Click or drag to resize
IWorkspaceEventHandler Interface
Specifies a workspace event handler.

Namespace: Colygon.MatchPoint.Workspaces
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public interface IWorkspaceEventHandler

The IWorkspaceEventHandler type exposes the following members.

Methods
Remarks
Please implement this interface to provide a custom workspace event handler. To enable your event handler, please deploy your code to the target system and register your class within the WorkspaceTemplateConfiguration.
See Also