Class
ColorChangeEventArgs

Provides properties for describing the ColorChanged event.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ColorChangeEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsColorChangeEventArgs

Constructors

ColorChangeEventArgs(object, RoutedEvent, Color, Color)

Initializes a new instance of the ColorChangeEventArgs class.

Declaration

cs-api-definition
public ColorChangeEventArgs(object source, RoutedEvent routedEvent, Color oldColor, Color newColor)

Parameters

source

object

The source.

routedEvent

RoutedEvent

The routed event.

oldColor

Color

The old color.

newColor

Color

The new color.

Properties

NewColor

Gets the new color.

Declaration

cs-api-definition
public Color NewColor { get; }

Property Value

Color

The new color.

OldColor

Gets the old color.

Declaration

cs-api-definition
public Color OldColor { get; }

Property Value

Color

The old color.