}}
    Show / Hide Table of Contents

    Class SubmitProgressEventArgs

    Inheritance
    object
    EventArgs
    SubmitProgressEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Zenoph.Notify.Events
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("9381F056-243C-462e-8968-A0EB24D6589A")]
    public sealed class SubmitProgressEventArgs : EventArgs

    Constructors

    SubmitProgressEventArgs(int)

    Declaration
    public SubmitProgressEventArgs(int perc)
    Parameters
    Type Name Description
    int perc

    Methods

    getPercentage()

    Declaration
    public int getPercentage()
    Returns
    Type Description
    int
    Back to top