Class BatchExportedEventArgs
Inheritance
Object
BatchExportedEventArgs
Namespace: Sdl.Core.TM.ImportExport
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
public class BatchExportedEventArgs : CancelEventArgs
Constructors
BatchExportedEventArgs(Int32, Int32)
Instantiates a new event data object.
Declaration
public BatchExportedEventArgs(int totalProcessed, int totalExported)
Parameters
Type | Name | Description |
---|---|---|
Int32 | totalProcessed | The total number of processed translation units |
Int32 | totalExported | The total number of exported translation units |
Properties
TotalExported
The total number of exported translation units. This is usually
equivalent to Total
Declaration
public int TotalExported { get; }
Property Value
Type | Description |
---|---|
Int32 |
TotalProcessed
The total number of processed translation units. This is usually
equivalent to Total
Declaration
public int TotalProcessed { get; }
Property Value
Type | Description |
---|---|
Int32 |