Search Results for

    Show / Hide Table of Contents

    Class ActiveConditionChangedEventArgs

    Raised when the progress bar active condition has changed.

    Inheritance
    object
    System.EventArgs
    ActiveConditionChangedEventArgs
    Namespace: TetraCreations.ProgressBarSystem
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class ActiveConditionChangedEventArgs : EventArgs

    Constructors

    ActiveConditionChangedEventArgs(ProgressBarCondition)

    Declaration
    public ActiveConditionChangedEventArgs(ProgressBarCondition progessBarCondition)
    Parameters
    Type Name Description
    ProgressBarCondition progessBarCondition

    Properties

    ProgessBarCondition

    Declaration
    public ProgressBarCondition ProgessBarCondition { get; }
    Property Value
    Type Description
    ProgressBarCondition
    In This Article
    Back to top Tetra Creations documentation