Show / Hide Table of Contents

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 Source

Control

The control involved in the state change

Declaration
public Control Control { get; }
Property Value
Type Description
Control
| Improve this Doc View Source

NewState

The new state the control is transitioning to

Declaration
public VisualState NewState { get; }
Property Value
Type Description
VisualState
| Improve this Doc View Source

OldState

The old state the control is transitioning from

Declaration
public VisualState OldState { get; }
Property Value
Type Description
VisualState
  • Improve this Doc
  • View Source