Show / Hide Table of Contents

    Class BadgeEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Badge.dll
    API Level:
    3

    The class for event arguments of the badge event.

    public class BadgeEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    BadgeEventArgs

    Properties

    View Source

    Badge

    The property for the badge object.

    Declaration
    public Badge Badge { get; }
    Property Value
    Type Description
    Badge
    API Level: 3
    View Source

    Reason

    The property for the action value.

    Declaration
    public BadgeEventArgs.Action Reason { get; }
    Property Value
    Type Description
    BadgeEventArgs.Action
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX