AutomationPeer.RaisePropertyChangedEvent Méthode
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.
Déclenche un événement pour signaler au client Automation qu’une valeur de propriété a changé.
public:
void RaisePropertyChangedEvent(System::Windows::Automation::AutomationProperty ^ property, System::Object ^ oldValue, System::Object ^ newValue);
public void RaisePropertyChangedEvent (System.Windows.Automation.AutomationProperty property, object oldValue, object newValue);
member this.RaisePropertyChangedEvent : System.Windows.Automation.AutomationProperty * obj * obj -> unit
Public Sub RaisePropertyChangedEvent (property As AutomationProperty, oldValue As Object, newValue As Object)
Paramètres
- property
- AutomationProperty
Propriété ayant changé.
- oldValue
- Object
Valeur précédente de la propriété.
- newValue
- Object
Nouvelle valeur de la propriété.
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.