WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartToolBarArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartToolBarArgs

    Represents Chart ToolBar event arguments.

    Inheritance
    System.Object
    ChartToolBarArgs
    Inherited Members
    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.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartToolBarArgs

    Properties

    NewValue

    Gets the ToolBarItem new value.

    Declaration
    public ToolBarItem NewValue { get; }
    Property Value
    Type Description
    ToolBarItem

    The new ToolBarItem value.

    OldValue

    Gets the old ToolBarItem value.

    Declaration
    public ToolBarItem OldValue { get; }
    Property Value
    Type Description
    ToolBarItem

    The ToolBarItem old value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved