Data Management Object Model Reference

IEventHandler Interface

IEventHandler interface handles an Event Handler Object.

For a list of all members of this type, see IEventHandler Members.

[Visual Basic]
Public Interface IEventHandler
[C#]
public interface IEventHandler

Types that implement IEventHandler

Type Description
EventHandler Represent the mrScript code to be executed for a named event.

Remarks

The Engine property allows you to set the Engine object that executes the EventCode property. The document property defines what Metadata document is loaded in the Engine.

Requirements

Namespace: SPSSMR.Data.Transformations

Assembly: SPSSMR.Data.Transformations (in SPSSMR.Data.Transformations.dll)

See Also

IEventHandler Members | SPSSMR.Data.Transformations Namespace