Search Results for

    Show / Hide Table of Contents

    Class ConvertExternalPackageEventArgs

    Encapsulates the data published by PackageConverted progress events.

    Inheritance
    object
    EventArgs
    CancelEventArgs
    ConvertExternalPackageEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class ConvertExternalPackageEventArgs : CancelEventArgs

    Constructors

    ConvertExternalPackageEventArgs(int, string)

    Instantiates a new object using the provided import statistics.

    Declaration
    public ConvertExternalPackageEventArgs(int progress, string statusMessage)
    Parameters
    Type Name Description
    int progress
    string statusMessage

    Properties

    Progress

    The progress of the package conversion.

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

    StatusMessage

    Optional message describinh the current status.

    Declaration
    public string StatusMessage { get; }
    Property Value
    Type Description
    string

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ConvertExternalPackageEventArgs(int, string)
    • Properties
      • Progress
      • StatusMessage
    • Extension Methods
    Back to top Generated by DocFX