Expand Minimize
This topic has not yet been rated - Rate this topic

AutomationPeer.EventsSource property

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.

Syntax


public AutomationPeer EventsSource { get; set; }

Property value

Type: AutomationPeer

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation.Peers
Windows::UI::Xaml::Automation::Peers [C++]

Metadata

Windows.winmd

See also

AutomationPeer

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.