Class ChartToolBarArgs
Represents Chart ToolBar event arguments.
Inheritance
System.Object
ChartToolBarArgs
Inherited Members
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.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. |