VisioForge (c) 2025

Search Results for

    Class ProgressEventArgs

    Progress event args.

    Inheritance
    object
    EventArgs
    ProgressEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class ProgressEventArgs : EventArgs

    Constructors

    ProgressEventArgs(int)

    Initializes a new instance of the ProgressEventArgs class.

    Declaration
    public ProgressEventArgs(int progress)
    Parameters
    Type Name Description
    int progress

    Progress (in percents).

    Properties

    Progress

    Gets progress (in percents).

    Declaration
    public int Progress { get; }
    Property Value
    Type Description
    int