Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

automationpeer_eventssource.md

File metadata and controls

23 lines (16 loc) · 1.04 KB
-api-id -api-type
P:Windows.UI.Xaml.Automation.Peers.AutomationPeer.EventsSource
winrt property

Windows.UI.Xaml.Automation.Peers.AutomationPeer.EventsSource

-description

Gets or sets an AutomationPeer that is reported to the automation client as the source for all the events that come from this AutomationPeer. See Remarks.

-property-value

The AutomationPeer that is the source of events.

-remarks

EventsSource is typically set by AutomationPeer implementations in cases where the automation provider element is a child element of another element that also has a peer, and the best automation experience for clients is to treat the parent as the source for automation events. In such cases, the child element's peer implementation sets EventsSource to return the AutomationPeer of the parent element.

-examples

-see-also