RoutedEventHandlerInfo Structure
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides special handling information to inform event listeners whether specific handlers should be invoked.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
The RoutedEventHandlerInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Handler | Infrastructure. Gets the event handler. |
![]() | InvokeHandledEventsToo | Infrastructure. Gets a value that indicates whether the event handler is invoked when the routed event is marked handled. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Infrastructure. Determines whether the specified object is equivalent to the current RoutedEventHandlerInfo. (Overrides ValueType.Equals(Object).) |
![]() | Equals(RoutedEventHandlerInfo) | Infrastructure. Determines whether the specified RoutedEventHandlerInfo is equivalent to the current RoutedEventHandlerInfo. |
![]() | GetHashCode | Infrastructure. Returns a hash code for the current RoutedEventHandlerInfo. (Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Infrastructure. Determines whether the specified objects are equivalent. |
![]() ![]() | Inequality | Infrastructure. Determines whether the specified objects are not equivalent. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
