Partager via


VisualStateChangedEventArgs Classe

Définition

Fournit des données pour les événements CurrentStateChanging et CurrentStateChanged .

public ref class VisualStateChangedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VisualStateChangedEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VisualStateChangedEventArgs
Public NotInheritable Class VisualStateChangedEventArgs
Héritage
Object Platform::Object IInspectable VisualStateChangedEventArgs
Attributs

Constructeurs

VisualStateChangedEventArgs()

Initialise une nouvelle instance de la classe VisualStateChangedEventArgs.

Propriétés

Control

Obtient le contrôle qui change d’état.

NewState

Obtient l’état vers lequel le contrôle est en cours de modification ou a changé.

OldState

Obtient l’état à partir duquel le contrôle change ou à partir duquel il a changé.

S’applique à