Class AppControlReceivedEventArgs

    Definition

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

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

    public class AppControlReceivedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AppControlReceivedEventArgs

    Constructors

    View Source

    AppControlReceivedEventArgs(ReceivedAppControl)

    Initializes the AppControlReceivedEventArgs class.

    Declaration
    public AppControlReceivedEventArgs(ReceivedAppControl appControl)
    Parameters
    Type Name Description
    ReceivedAppControl appControl

    Properties

    View Source

    ReceivedAppControl

    The received AppControl.

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