Class ColorChangeEventArgs
Provides data for the Selected
Namespace: Telerik.Windows.Controls.ColorEditor
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class ColorChangeEventArgs : RadRoutedEventArgs
Constructors
ColorChangeEventArgs(Object, RoutedEvent, Color)
Initializes a new instance of the Color
Declaration
public ColorChangeEventArgs(object source, RoutedEvent routedEvent, Color color)
Parameters
System. The source. |
System. The routed event. |
System. The color. |
Properties
Color
Gets the new value of the color.
Declaration
public Color Color { get; }
Property Value
System. The color. |