Search Results for

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Progress event for progress indicators.

    Inheritance
    System.Object
    System.EventArgs
    ProgressEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.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
    System.Byte value

    Values 0 - 100 (inclusive) are accepted.

    Exceptions
    Type Condition
    System.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
    System.Byte

    Methods

    ToString()

    For debugging, shows the percentage value.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • ProgressEventArgs(Byte)
    • Properties
      • ProgressValue
    • Methods
      • ToString()
    Back to top Generated by DocFX