Class ResultEventArgs

    Definition

    Namespace:
    Tizen.Applications.AttachPanel
    Assembly:
    Tizen.Applications.AttachPanel.dll

    A class for the event arguments of the result event.

    [Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
    public class ResultEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ResultEventArgs

    Properties

    View Source

    Category

    Results are from the content category.

    Declaration
    [Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
    public ContentCategory Category { get; }
    Property Value
    Type Description
    ContentCategory
    View Source

    Result

    Property for the result. The caller application has to use the ExtraData property to get received data.

    Declaration
    [Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
    public AppControl Result { get; }
    Property Value
    Type Description
    AppControl
    View Source

    ResultCode

    Property for the result of the AppControl.

    Declaration
    [Obsolete("Deprecated since API Level 12. Will be removed in API Level 14.")]
    public AppControlReplyResult ResultCode { get; }
    Property Value
    Type Description
    AppControlReplyResult
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX