Class BatteryLevelChangedEventArgs

    Definition

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

    BatteryLevelChangedEventArgs is an extended EventArgs class. This class contains event arguments for the BatteryLevelChanged event from the battery class.

    public class BatteryLevelChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    BatteryLevelChangedEventArgs

    Properties

    View Source

    Level

    The level indicates the current battery level status which is a type of the BatteryLevelStatus.

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