This topic has not yet been rated - Rate this topic

RoutedEventArgs Properties

The RoutedEventArgs type exposes the following members.

  Name Description
Public property Handled Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
Public property OriginalSource Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Public property RoutedEvent Gets or sets the RoutedEvent associated with this RoutedEventArgs instance.
Public property Source Gets or sets a reference to the object that raised the event.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.