Neo smartpen SDK for Windows Platform
Search Results for

    Show / Hide Table of Contents

    Class ProgressChangeEventArgs

    Defines a provider for progress updates
    Inheritance
    object
    ProgressChangeEventArgs
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Neosmartpen.Net
    Assembly: Neosmartpen.Net.dll
    Syntax
    public sealed class ProgressChangeEventArgs

    Properties

    | Edit this page View Source

    AmountDone

    Gets the amount of work done
    Declaration
    public int AmountDone { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Total

    Gets the amount of work total
    Declaration
    public int Total { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    • Properties
      • AmountDone
      • Total
    Back to top Generated by DocFX