AutomationPeer::RaisePropertyChangedEvent Method (AutomationProperty^, Object^, Object^)
.NET Framework (current version)
Raises an event to notify the automation client of a changed property value.
Assembly: PresentationCore (in PresentationCore.dll)
public: void RaisePropertyChangedEvent( AutomationProperty^ property, Object^ oldValue, Object^ newValue )
Parameters
- property
-
Type:
System.Windows.Automation::AutomationProperty^
The property that changed.
- oldValue
-
Type:
System::Object^
The previous value of the property.
- newValue
-
Type:
System::Object^
The new value of the property.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: