RoutedEvent Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents and identifies a routed event and declares its characteristics.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT..::..RoutedEvent

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public NotInheritable Class RoutedEvent
public sealed class RoutedEvent
public ref class RoutedEvent sealed
[<Sealed>]
type RoutedEvent =  class end
public final class RoutedEvent

The RoutedEvent type exposes the following members.

Constructors

  Name Description
Public method RoutedEvent Initializes a new instance of the RoutedEvent class.

Top

Properties

  Name Description
Public property HandlerType Gets the handler type of the current RoutedEvent object.
Public property Name Gets the identifying name of the current RoutedEvent object.
Public property RoutingStrategy Gets the RoutingStrategy of the current RoutedEvent object.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Retrieves a string representation of the current RoutedEvent object. (Overrides Object. . :: . .ToString() () () ().)

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