New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:sourceobject

The source.

routedEventRoutedEvent

The routed event.

colorColor

The color.

Properties

Color

Color

Gets the new value of the color.

C#
public Color Color { get; }
Property Value:

The color.