This documentation is archived and is not being maintained.
RoutedEventHandlerInfo Structure
Visual Studio 2010
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.
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. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Infrastructure. Returns a hash code for the current RoutedEventHandlerInfo. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
