Class ColorModeEventArgs
Provides data for the Color
Namespace: Telerik.Windows.Controls.ColorEditor
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class ColorModeEventArgs : RadRoutedEventArgs
Constructors
ColorModeEventArgs(ColorMode, ColorMode, Object, RoutedEvent)
Initializes a new instance of the Color
Declaration
public ColorModeEventArgs(ColorMode oldValue, ColorMode newValue, object source, RoutedEvent routedEvent)
Parameters
Properties
NewValue
Gets the new Color
Declaration
public ColorMode NewValue { get; }
Property Value
Color The new value. |
OldValue
Gets the old Color
Declaration
public ColorMode OldValue { get; }
Property Value
Color The old value. |