Share via


HandlerType Property

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

Gets the handler type of the current RoutedEvent object.

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

Syntax

'Declaration
Public ReadOnly Property HandlerType As Type
public Type HandlerType { get; }
public:
property Type^ HandlerType {
    Type^ get ();
}
member HandlerType : Type with get
function get HandlerType () : Type

Property Value

Type: System. . :: . .Type
The handler type of the current routed event.

Remarks

The handler type is the event handler delegate that you should use when implementing handlers that will listen for the event represented by the current routed event.

.NET Framework Security

See Also

Reference

RoutedEvent Class

Microsoft.SPOT Namespace