Share via


RoutedEventArgs.OriginalSource Property

Gets the orginal object that raised the current routed event.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public Object OriginalSource { get; }

Property Value

The original reporting source, before any possible adjustments could be made to the Source property by class handling.

Remarks

This property acquires its value once, before the class event handlers or any instance handlers are invoked, and it is never adjusted past this point. Thereafter it is strictly read-only.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

RoutedEventArgs Class
RoutedEventArgs Members
Microsoft.SPOT Namespace