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:
virtual void RaisePropertyChangedEvent(AutomationProperty ^ automationProperty, Platform::Object ^ oldValue, Platform::Object ^ newValue) = RaisePropertyChangedEvent;
void RaisePropertyChangedEvent(AutomationProperty const& automationProperty, IInspectable const& oldValue, IInspectable const& newValue);
public void RaisePropertyChangedEvent(AutomationProperty automationProperty, object oldValue, object newValue);
function raisePropertyChangedEvent(automationProperty, oldValue, newValue)
Public Sub RaisePropertyChangedEvent (automationProperty As AutomationProperty, oldValue As Object, newValue As Object)
Paramètres
- automationProperty
- AutomationProperty
Propriété ayant changé.
- oldValue
-
Object
Platform::Object
IInspectable
Valeur précédente de la propriété.
- newValue
-
Object
Platform::Object
IInspectable
Nouvelle valeur de la propriété.