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: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class VisualStateChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceControl
The control involved in the state change
Declaration
public Control Control { get; }
Property Value
Type | Description |
---|---|
Control |
NewState
The new state the control is transitioning to
Declaration
public VisualState NewState { get; }
Property Value
Type | Description |
---|---|
VisualState |
OldState
The old state the control is transitioning from
Declaration
public VisualState OldState { get; }
Property Value
Type | Description |
---|---|
VisualState |