ToolbarColorSelector.SelectedColorChanged Event
Fires when the color that is selected within the ToolbarColorSelector is changed.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
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