Class TranslationModelProgressEventArgs
Inheritance
Object
EventArgs
TranslationModelProgressEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment
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
Type | Name | Description |
---|---|---|
Translation |
progressStage | |
Int32 | progressNumber | |
Int32 | progressLimit |
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ProgressLimit
Declaration
public int ProgressLimit { get; }
Property Value
Type | Description |
---|---|
Int32 |
ProgressNumber
Declaration
public int ProgressNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
ProgressStage
Declaration
public TranslationModelProgressStage ProgressStage { get; }
Property Value
Type | Description |
---|---|
Translation |