Share via


Handler Property

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

Specifies a handler routine for the routed event.

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

Syntax

'Declaration
Public ReadOnly Property Handler As RoutedEventHandler
public RoutedEventHandler Handler { get; }
public:
property RoutedEventHandler^ Handler {
    RoutedEventHandler^ get ();
}
member Handler : RoutedEventHandler
function get Handler () : RoutedEventHandler

Property Value

Type: Microsoft.SPOT. . :: . .RoutedEventHandler
The event handler.

.NET Framework Security

See Also

Reference

RoutedEventHandlerInfo Class

Microsoft.SPOT Namespace