Class BatteryPercentChangedEventArgs

    Definition

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

    BatteryPercentChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryPercentChanged event from the battery class.

    public class BatteryPercentChangedEventArgs : EventArgs
    Inheritance
    object
    BatteryPercentChangedEventArgs

    Properties

    View Source

    Percent

    The current capacity of the battery. Capacity is an integer value from 0 to 100 that indicates the remaining battery charge as a percentage of the maximum level.

    Declaration
    public int Percent { get; }
    Property Value
    Type Description
    int

    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