Class LowBatteryEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    The class for the argument of the LowBattery EventHandler

    public class LowBatteryEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    LowBatteryEventArgs

    Constructors

    View Source

    LowBatteryEventArgs(LowBatteryStatus)

    Initializes LowBatteryEventArgs class

    Declaration
    public LowBatteryEventArgs(LowBatteryStatus status)
    Parameters
    Type Name Description
    LowBatteryStatus status

    The information of the LowBatteryEventArgs

    Properties

    View Source

    LowBatteryStatus

    The property to get the information of the LowBatteryStatus

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