Class ToolBarStateChangedEventArgs
Provides data for the ToolBarStateChanged event.
Inheritance
System.Object
System.EventArgs
ToolBarStateChangedEventArgs
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 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 |