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