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
    System.EventArgs
    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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX