Source (RoutedEventArgs)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a reference to the object that raised the event.

value = eventargs.Source

Property Value

Type: object

A reference to the object that raised the event.

This property is read/write. However, it should be considered read-only, because there is no reason to change the value. There is no default.

Managed Equivalent

OriginalSource