WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedBrushChangedEventArgs

    Show / Hide Table of Contents

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Windows.Media.Brush

    NewColor

    Gets the new selected color of the color picker palette.

    Declaration
    public Color NewColor { get; }
    Property Value
    Type Description
    System.Windows.Media.Color

    OldBrush

    Gets the old selected brush of the color picker palette.

    Declaration
    public Brush OldBrush { get; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    OldColor

    Gets the old selected color of the color picker palatte.

    Declaration
    public Color OldColor { get; }
    Property Value
    Type Description
    System.Windows.Media.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved