Class BatteryChargingStateChangedEventArgs

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.dll

    BatteryChargingStateChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryChargingStateChanged event from the battery class.

    public class BatteryChargingStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    BatteryChargingStateChangedEventArgs

    Properties

    View Source

    IsCharging

    The charging state of the battery. Charging is a type of a boolean which indicates true/false based on the current charging status.

    Declaration
    public bool IsCharging { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX