AutomationPeer::EventsSource Property

 

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

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property AutomationPeer^ EventsSource {
	AutomationPeer^ get();
	void set(AutomationPeer^ value);
}

Property Value

Type: System.Windows.Automation.Peers::AutomationPeer^

The AutomationPeer that is the source of events.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: