Class ToolBarStateChangedEventArgs
Provides data for the ToolBarStateChanged event.
Inheritance
System.Object
ToolBarStateChangedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class ToolBarStateChangedEventArgs : EventArgs
Constructors
ToolBarStateChangedEventArgs()
Declaration
public ToolBarStateChangedEventArgs()
Properties
NewState
Gets the new state of the toolbar.
Declaration
public ToolBarState NewState { get; }
Property Value
Type |
---|
ToolBarState |
OldState
Gets the previous state of the toolbar.
Declaration
public ToolBarState OldState { get; }
Property Value
Type |
---|
ToolBarState |