Class
VisualStateChangedEventArgs

EventArgs for VisualStateGroup.CurrentStateChanging and CurrentStateChanged events.

Definition

Namespace:ArtOfTest.WebAii.Design.UI.WPFToolkit

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public sealed class VisualStateChangedEventArgs : EventArgs

Inheritance: objectEventArgsVisualStateChangedEventArgs

Inherited Members EventArgs.Empty

Properties

Control

The control involved in the state change

Declaration

cs-api-definition
public Control Control { get; }

Property Value

Control

NewState

The new state the control is transitioning to

Declaration

cs-api-definition
public VisualState NewState { get; }

Property Value

VisualState

OldState

The old state the control is transitioning from

Declaration

cs-api-definition
public VisualState OldState { get; }

Property Value

VisualState

In this article
DefinitionPropertiesControlNewStateOldState
Not finding the help you need?
Contact Support