ColorChangeEventArgs
Class
Provides data for the SelectedColorChanged, SelectedColorChanging and PreviousColorChanged events.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public class ColorChangeEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsColorChangeEventArgs
Constructors
Initializes a new instance of the ColorChangeEventArgs class.
C#
public ColorChangeEventArgs(object source, RoutedEvent routedEvent, Color color)
The source.
routedEventRoutedEventThe routed event.
colorColorThe color.
Properties
Color
Color
Gets the new value of the color.
C#
public Color Color { get; }
The color.