DXColorSelector.SelectedColorChanged Event
Fires when the color that is selected within the DXColorSelector is changed.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public event EventHandler<ValueChangedEventArgs<Color>> SelectedColorChanged
Event Data
The SelectedColorChanged event's data class is ValueChangedEventArgs<Color>. The following properties provide information specific to this event:
Property | Description |
---|---|
NewValue | Gets the new value of a property. |
OldValue | Gets the old value of a property. |
See Also