Share via


RoutedEventArgs Members

The following tables list the members exposed by the RoutedEventArgs type.

Public Constructors

Name Description
Public Method RoutedEventArgs Overloaded. Initializes a new instance of the RoutedEventArgs class.

Public Properties

Name Description
Public Property Handled Gets or sets a value that indicates the present state of the event handling for a particular routed event as it travels the route.
Public Property OriginalSource Gets the orginal object that raised the current routed event.
Public Property RoutedEvent Gets or sets a routed event.
Public Property Source Gets or sets a reference to the object that raised the current routed event.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method OnSetSource Provides a notification callback entry point whenever the value of the Source property of an object changes.

See Also

Reference

RoutedEventArgs Class
Microsoft.SPOT Namespace