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 |