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
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX