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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.