Class VisualStateChangedEventArgs
EventArgs for VisualStateGroup.CurrentStateChanging and CurrentStateChanged events.
Inheritance
System.Object
VisualStateChangedEventArgs
Namespace: Syncfusion.Windows
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class VisualStateChangedEventArgs : EventArgs
Properties
Control
The control involved in the state change
Declaration
public Control Control { get; }
Property Value
Type |
---|
System.Windows.Controls.Control |
NewState
The new state the control is transitioning to
Declaration
public VisualState NewState { get; }
Property Value
Type |
---|
VisualState |
OldState
The old state the control is transitioning from
Declaration
public VisualState OldState { get; }
Property Value
Type |
---|
VisualState |