Class
ColorModeEventArgs

Provides data for the ColorModeChanged event.

Definition

Namespace:Telerik.Windows.Controls.ColorEditor

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public class ColorModeEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsColorModeEventArgs

Constructors

ColorModeEventArgs(ColorMode, ColorMode, object, RoutedEvent)

Initializes a new instance of the ColorModeEventArgs class.

Declaration

cs-api-definition
public ColorModeEventArgs(ColorMode oldValue, ColorMode newValue, object source, RoutedEvent routedEvent)

Parameters

oldValue

ColorMode

The old value.

newValue

ColorMode

The new value.

source

object

The source.

routedEvent

RoutedEvent

The routed event.

Properties

NewValue

Gets the new ColorMode value.

Declaration

cs-api-definition
public ColorMode NewValue { get; }

Property Value

ColorMode

The new value.

OldValue

Gets the old ColorMode value.

Declaration

cs-api-definition
public ColorMode OldValue { get; }

Property Value

ColorMode

The old value.