Show / Hide Table of Contents

Delegate BatteryReportEventHandler

Delegate event handler for a battery change event.

Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public delegate void BatteryReportEventHandler(object sender, DevicePowerEventArgs e)
Parameters
Type Name Description
object sender

The sender.

DevicePowerEventArgs e

The event args containing the remaining battery level.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX