Search Results for

    Show / Hide Table of Contents

    Class TranslationModelProgressEventArgs

    Inheritance
    object
    EventArgs
    TranslationModelProgressEventArgs
    Inherited Members
    EventArgs.Empty
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class TranslationModelProgressEventArgs : EventArgs

    Constructors

    TranslationModelProgressEventArgs(TranslationModelProgressStage, int, int)

    Declaration
    public TranslationModelProgressEventArgs(TranslationModelProgressStage progressStage, int progressNumber, int progressLimit)
    Parameters
    Type Name Description
    TranslationModelProgressStage progressStage
    int progressNumber
    int progressLimit

    Properties

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    ProgressLimit

    Declaration
    public int ProgressLimit { get; }
    Property Value
    Type Description
    int

    ProgressNumber

    Declaration
    public int ProgressNumber { get; }
    Property Value
    Type Description
    int

    ProgressStage

    Declaration
    public TranslationModelProgressStage ProgressStage { get; }
    Property Value
    Type Description
    TranslationModelProgressStage
    In this article
    • Constructors
      • TranslationModelProgressEventArgs(TranslationModelProgressStage, int, int)
    • Properties
      • Cancel
      • ProgressLimit
      • ProgressNumber
      • ProgressStage
    Back to top Generated by DocFX