Class SelectedBrushChangedEventArgs
Represents a class that provides the event data for the SelectedBrushChanged event.
Inheritance
System.Object
System.EventArgs
SelectedBrushChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |