RoutedEventArgs Members
The following tables list the members exposed by the RoutedEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
RoutedEventArgs | Overloaded. Initializes a new instance of the RoutedEventArgs class. |
Public Properties
Name | Description | |
---|---|---|
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. | |
OriginalSource | Gets the orginal object that raised the current routed event. | |
RoutedEvent | Gets or sets a routed event. | |
Source | Gets or sets a reference to the object that raised the current routed event. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnSetSource | Provides a notification callback entry point whenever the value of the Source property of an object changes. |