Class TranslationModelProgressEventArgs
Inheritance
System.Object
TranslationModelProgressEventArgs
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelProgressEventArgs : EventArgs
Constructors
TranslationModelProgressEventArgs(TranslationModelProgressStage, Int32, Int32)
Declaration
public TranslationModelProgressEventArgs(TranslationModelProgressStage progressStage, int progressNumber, int progressLimit)
Parameters
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgressLimit
Declaration
public int ProgressLimit { get; }
Property Value
Type |
Description |
System.Int32 |
|
ProgressNumber
Declaration
public int ProgressNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|
ProgressStage
Declaration
public TranslationModelProgressStage ProgressStage { get; }
Property Value