Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 768 Bytes

automationpeer_raisepropertychangedevent_482333374.md

File metadata and controls

29 lines (20 loc) · 768 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.RaisePropertyChangedEvent(Microsoft.UI.Xaml.Automation.AutomationProperty,System.Object,System.Object)
winrt method

Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.RaisePropertyChangedEvent

-description

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

-parameters

-param automationProperty

The property that changed.

-param oldValue

The previous value of the property.

-param newValue

The new value of the property.

-remarks

-examples

-see-also