PickedColorChangedEventArgs

Event arguments for PickedColorChanged events. Provides old and new picked color values.

Inheritance

EventArgsPickedColorChangedEventArgs
Namespace: ColorPicker.MauiAssembly: ColorPicker.Maui in (ColorPicker.Maui.dll)

Syntax

C#
public class PickedColorChangedEventArgs : EventArgs

Constructors

Creates a new PickedColorChangedEventArgs with oldColorValueand newColorValue

Properties

Gets the new picked color value.
Gets the old picked color value.