RoutedEventHandlerInfo Class

[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
Public property Handler Specifies a handler routine for the routed event.
Public property InvokeHandledEventsToo Indicates whether the caller should also invoke handled events.

Top

Methods

  Name Description
Public method Equals(Object) Determines if two RoutedEventHandlerInfo objects are equal. (Overrides Object. . :: . .Equals(Object).)
Public method Equals(RoutedEventHandlerInfo) Determines if two RoutedEventHandlerInfo objects are equal.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Retrieves the hash code of the RoutedEventHandlerInfo object. (Overrides Object. . :: . .GetHashCode() () () ().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines if two RoutedEventHandlerInfo objects are equal.
Public operatorStatic member 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.

See Also

Reference

Microsoft.SPOT Namespace