 | ISchemaTransformTransformationStarted Event |
Raised from the ShemaTransform service when a transformation has started.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxevent EventHandler<SchemaTransformationEventArgs> TransformationStarted
Event TransformationStarted As EventHandler(Of SchemaTransformationEventArgs)
event EventHandler<SchemaTransformationEventArgs^>^ TransformationStarted {
void add (EventHandler<SchemaTransformationEventArgs^>^ value);
void remove (EventHandler<SchemaTransformationEventArgs^>^ value);
}
Value
EventHandlerSchemaTransformationEventArgs
See Also