Show / Hide Table of Contents

    Class AppControlReceivedEventArgs

    Definition

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

    Arguments for the event that raised when the application receives the AppControl.

    public class AppControlReceivedEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    AppControlReceivedEventArgs

    Constructors

    View Source

    AppControlReceivedEventArgs(ReceivedAppControl)

    Initializes the AppControlReceivedEventArgs class.

    Declaration
    public AppControlReceivedEventArgs(ReceivedAppControl appControl)
    Parameters
    Type Name Description
    ReceivedAppControl appControl
    API Level: 3

    Properties

    View Source

    ReceivedAppControl

    The received AppControl.

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