PowerLevelChangeEventHandler Delegate

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

The event handler delegate for the OnPowerLevelChange event.

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

Syntax

'Declaration
Public Delegate Sub PowerLevelChangeEventHandler ( _
    e As PowerEvent _
)
public delegate void PowerLevelChangeEventHandler(
    PowerEvent e
)
public delegate void PowerLevelChangeEventHandler(
    PowerEvent^ e
)
type PowerLevelChangeEventHandler = 
    delegate of 
        e:PowerEvent -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.SPOT.Hardware Namespace