RoutedEventArgs Members
.NET Framework 3.0
Contains state information and event data associated with a routed event.
The following tables list the members exposed by the RoutedEventArgs type.
| Name | Description | |
|---|---|---|
| RoutedEventArgs | Overloaded. Initializes a new instance of the RoutedEventArgs class. |
| Name | Description | |
|---|---|---|
| Handled | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. |
| OriginalSource | Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. |
| RoutedEvent | Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. |
| Source | Gets or sets a reference to the object that raised the event. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| InvokeEventHandler | When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnSetSource | When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. |
Reference
RoutedEventArgs ClassSystem.Windows Namespace
RoutedEvent
EventManager
RaiseEvent