Class BatchExportedEventArgs
Inheritance
System.Object
BatchExportedEventArgs
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
public class BatchExportedEventArgs : CancelEventArgs
Constructors
BatchExportedEventArgs(Int32, Int32)
Declaration
public BatchExportedEventArgs(int totalProcessed, int totalExported)
Parameters
Type |
Name |
Description |
System.Int32 |
totalProcessed |
|
System.Int32 |
totalExported |
|
Properties
TotalExported
Declaration
public int TotalExported { get; }
Property Value
Type |
Description |
System.Int32 |
|
TotalProcessed
Declaration
public int TotalProcessed { get; }
Property Value
Type |
Description |
System.Int32 |
|