Show / Hide Table of Contents

    Class ColorChangedEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    It inherits System.EventArgs. Event ColorChanged of the ColorSelector contains ColorChangedEventArgs as a parameter. Refer to ColorSelectortype.

    public class ColorChangedEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    ColorChangedEventArgs

    Constructors

    View Source

    ColorChangedEventArgs(Color, Color)

    Creates and initializes a new instance of the ColorChangedEventArgs class.

    Declaration
    public ColorChangedEventArgs(Color oldColor, Color newColor)
    Parameters
    Type Name Description
    Color oldColor

    Old color.

    Color newColor

    New color.

    API Level: preview

    Properties

    View Source

    NewColor

    Gets a new color in the color changed event.

    Declaration
    public Color NewColor { get; }
    Property Value
    Type Description
    Color
    API Level: preview
    View Source

    OldColor

    Gets an old color in the color changed event.

    Declaration
    public Color OldColor { get; }
    Property Value
    Type Description
    Color
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX