alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ColorPickerUIAdv.ColorPickedEventArgs

    Represents the class which contains the event data for the picked color in ColorPickerUIAdv.

    Inheritance
    System.Object
    ColorPickerUIAdv.ColorPickedEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ColorPickedEventArgs : EventArgs

    Constructors

    ColorPickedEventArgs(Color)

    Initialize a new instance of the ColorPickedEventArgs class.

    Declaration
    public ColorPickedEventArgs(Color color)
    Parameters
    Type Name Description
    System.Drawing.Color color

    The color value.

    Properties

    Color

    Gets the color.

    Declaration
    public Color Color { get; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved