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

    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