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
- e
Type: Microsoft.SPOT.Hardware. . :: . .PowerEvent
The object that contains information about the power-level change event.