AutomationPeer.RaisePropertyChangedEvent Method

Definition

Raises an event to notify the automation client of a changed property value.

C#
public void RaisePropertyChangedEvent(AutomationProperty automationProperty, object oldValue, object newValue);

Parameters

automationProperty
AutomationProperty

The property that changed.

oldValue
Object

The previous value of the property.

newValue
Object

The new value of the property.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6