Data Management Object Model Reference

IEventHandlers.Action Method 

Executes the event code in mrScriptBasic

[Visual Basic]
Sub Action( _
   ByVal EventName As String, _
   ByVal EventType As EventHandlerType _
)
[C#]
void Action(
   string EventName,
   EventHandlerType EventType
);

See Also

IEventHandlers Interface | SPSSMR.Data.Transformations Namespace