Search Results for

    Show / Hide Table of Contents

    Class TranslationModelProgressEventArgs

    Inheritance
    System.Object
    System.EventArgs
    TranslationModelProgressEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    TranslationModelProgressStage progressStage
    System.Int32 progressNumber
    System.Int32 progressLimit

    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
    Type Description
    TranslationModelProgressStage

    On this page

    • Constructors
      • TranslationModelProgressEventArgs(TranslationModelProgressStage, Int32, Int32)
    • Properties
      • Cancel
      • ProgressLimit
      • ProgressNumber
      • ProgressStage
    Back to top Generated by DocFX