Class VisualStateChangedEventArgs
EventArgs for VisualStateGroup.CurrentStateChanging and CurrentStateChanged events.
Inheritance
System.Object
System.EventArgs
VisualStateChangedEventArgs
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
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 |