Search Results for

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Progress event for progress indicators.

    Inheritance
    object
    EventArgs
    ProgressEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class ProgressEventArgs : EventArgs

    Constructors

    ProgressEventArgs(byte)

    Progress is a percentage values from 0 (start) up to and including 100 (complete).

    Declaration
    public ProgressEventArgs(byte value)
    Parameters
    Type Name Description
    byte value

    Values 0 - 100 (inclusive) are accepted.

    Exceptions
    Type Condition
    OverflowException

    thown if the percentag value is larger than 100.

    Properties

    ProgressValue

    A progress value between 0 and 100

    Declaration
    public byte ProgressValue { get; }
    Property Value
    Type Description
    byte

    Methods

    ToString()

    For debugging, shows the percentage value.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    • Constructors
      • ProgressEventArgs(byte)
    • Properties
      • ProgressValue
    • Methods
      • ToString()
    Back to top Generated by DocFX