Show / Hide Table of Contents

    Class WidgetLifecycleEventArgs

    Definition

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

    The class for event arguments of the widget lifecycle.

    public class WidgetLifecycleEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    WidgetLifecycleEventArgs

    Properties

    View Source

    InstanceId

    The widget instance ID.

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

    Type

    The event type.

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

    WidgetId

    The widget ID.

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