menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorSelectedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorSelectedEventArgs

    Provides data for the ColorChanged event.

    Inheritance
    System.Object
    ColorSelectedEventArgs
    Namespace: Syncfusion.Maui.Inputs
    Assembly: Syncfusion.Maui.Inputs.dll
    Syntax
    public class ColorSelectedEventArgs : EventArgs

    Constructors

    ColorSelectedEventArgs(Color)

    Initializes a new instance of the ColorSelectedEventArgs class.

    Declaration
    public ColorSelectedEventArgs(Color selectedColor)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.Color selectedColor

    The selected color value.

    Properties

    SelectedColor

    Gets the selected color value.

    Declaration
    public Color SelectedColor { get; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved