Class SelectedBrushChangedEventArgs
Represents a class that provides the event data for the SelectedBrushChanged event.
Inheritance
System.Object
SelectedBrushChangedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class SelectedBrushChangedEventArgs : EventArgs
Constructors
SelectedBrushChangedEventArgs()
Declaration
public SelectedBrushChangedEventArgs()
Properties
NewBrush
Gets the new SelectedBrush of the color picker palette.
Declaration
public Brush NewBrush { get; }
Property Value
Type |
---|
System.Windows.Media.Brush |
NewColor
Gets the new selected color of the color picker palette.
Declaration
public Color NewColor { get; }
Property Value
Type |
---|
System.Windows.Media.Color |
OldBrush
Gets the old selected brush of the color picker palette.
Declaration
public Brush OldBrush { get; }
Property Value
Type |
---|
System.Windows.Media.Brush |
OldColor
Gets the old selected color of the color picker palatte.
Declaration
public Color OldColor { get; }
Property Value
Type |
---|
System.Windows.Media.Color |