Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Constructs event routes.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT..::..RoutedEventHandlerInfo
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Class RoutedEventHandlerInfo
public class RoutedEventHandlerInfo
public ref class RoutedEventHandlerInfo
type RoutedEventHandlerInfo = class end
public class RoutedEventHandlerInfo
The RoutedEventHandlerInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Handler | Specifies a handler routine for the routed event. |
![]() |
InvokeHandledEventsToo | Indicates whether the caller should also invoke handled events. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines if two RoutedEventHandlerInfo objects are equal. (Overrides Object. . :: . .Equals(Object).) |
![]() |
Equals(RoutedEventHandlerInfo) | Determines if two RoutedEventHandlerInfo objects are equal. |
![]() |
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 | Retrieves the hash code of the RoutedEventHandlerInfo object. (Overrides Object. . :: . .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 a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines if two RoutedEventHandlerInfo objects are equal. |
![]() ![]() |
Inequality | Determines if two RoutedEventHandlerInfo objects are not equal. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.