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

Provides data for the ColorModeChanged event.

Definition

Namespace:Telerik.Windows.Controls.ColorEditor

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class ColorModeEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsColorModeEventArgs

Constructors

Initializes a new instance of the ColorModeEventArgs class.

C#
public ColorModeEventArgs(ColorMode oldValue, ColorMode newValue, object source, RoutedEvent routedEvent)
Parameters:oldValueColorMode

The old value.

newValueColorMode

The new value.

sourceobject

The source.

routedEventRoutedEvent

The routed event.

Properties

Gets the new ColorMode value.

C#
public ColorMode NewValue { get; }
Property Value:

The new value.

Gets the old ColorMode value.

C#
public ColorMode OldValue { get; }
Property Value:

The old value.