Search Results for

    Show / Hide Table of Contents

    Class CounterArgs

    Inheritance
    System.Object
    System.EventArgs
    CounterArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    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: editdocuments
    Assembly: editdocuments.dll
    Syntax
    public class CounterArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    CounterArgs(Int32, Int32)

    Declaration
    public CounterArgs(int value, int total)
    Parameters
    Type Name Description
    System.Int32 value
    System.Int32 total

    Properties

    | Improve this Doc View Source

    Total

    Declaration
    public int Total { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Value

    Declaration
    public int Value { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright @ 2022 Luighi Viton-Zorrilla, lv@luighiviton.com
    Generated with DocFX