Class ColorChangeEventArgs
Provides properties for describing the ColorChanged event.
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ColorChangeEventArgs : RadRoutedEventArgs
Constructors
ColorChangeEventArgs(Object, RoutedEvent, Color, Color)
Initializes a new instance of the Color
Declaration
public ColorChangeEventArgs(object source, RoutedEvent routedEvent, Color oldColor, Color newColor)
Parameters
System. The source. |
System. The routed event. |
System. The old color. |
System. The new color. |
Properties
NewColor
Gets the new color.
Declaration
public Color NewColor { get; }
Property Value
System. The new color. |
OldColor
Gets the old color.
Declaration
public Color OldColor { get; }
Property Value
System. The old color. |