Search Results for

    Show / Hide Table of Contents

    Class BatchExportedEventArgs

    Inheritance
    System.Object
    BatchExportedEventArgs
    Namespace: Sdl.Core.TM.ImportExport
    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

    On this page

    • Constructors
      • BatchExportedEventArgs(Int32, Int32)
    • Properties
      • TotalExported
      • TotalProcessed
    Back to top Generated by DocFX