Search Results for

    Show / Hide Table of Contents

    Class ColorChangedEventArgs

    Pass the new Color when it changed.

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

    Constructors

    ColorChangedEventArgs(Color)

    Declaration
    public ColorChangedEventArgs(Color color)
    Parameters
    Type Name Description
    Color color

    Properties

    Color

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