Property OriginalSource
OriginalSource
Returns OriginalSource object that raised the RoutedEvent
public object OriginalSource { get; }
Property Value
Remarks
Always returns the OriginalSource object that raised the RoutedEvent unlike Source that may vary under specific scenarios
This property acquires its value once before the event handlers are invoked and never changes then on