Class EventManagerEventArgs

    Definition

    Namespace:
    Tizen.Applications.EventManager
    Assembly:
    Tizen.Applications.EventManager.dll

    Arguments for the event raised when the application event is received

    public class EventManagerEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    EventManagerEventArgs

    Properties

    View Source

    Data

    The event data of the application event.

    Declaration
    public Bundle Data { get; }
    Property Value
    Type Description
    Bundle
    View Source

    Name

    The Name of the event.

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