AutomationPropertyChangedEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des informations sur un événement de modification de propriété.
public ref class AutomationPropertyChangedEventArgs sealed : System::Windows::Automation::AutomationEventArgs
public sealed class AutomationPropertyChangedEventArgs : System.Windows.Automation.AutomationEventArgs
type AutomationPropertyChangedEventArgs = class
inherit AutomationEventArgs
Public NotInheritable Class AutomationPropertyChangedEventArgs
Inherits AutomationEventArgs
- Héritage
Constructeurs
AutomationPropertyChangedEventArgs(AutomationProperty, Object, Object) |
Initialise une nouvelle instance de la classe AutomationPropertyChangedEventArgs. |
Propriétés
EventId |
Obtient l'identificateur de l'événement. (Hérité de AutomationEventArgs) |
NewValue |
Obtient la nouvelle valeur d’une propriété qui a changé. |
OldValue |
Obtient l’ancienne valeur d’une propriété qui a changé. |
Property |
Obtient un identificateur AutomationProperty indiquant la propriété qui a changé. |
Méthodes
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetHashCode() |
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |