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

Provides properties for describing the ColorChanged event.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.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 oldColor, Color newColor)
Parameters:sourceobject

The source.

routedEventRoutedEvent

The routed event.

oldColorColor

The old color.

newColorColor

The new color.

Properties

Gets the new color.

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

The new color.

Gets the old color.

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

The old color.