Class ChannelReceivedEventArgs

    Definition

    Namespace:
    Tizen.Core
    Assembly:
    Tizen.Core.dll

    Represents the arguments for the event raised when an object has been received through a channel.

    public class ChannelReceivedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ChannelReceivedEventArgs

    Properties

    View Source

    Data

    Gets the Data of the received object.

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

    Id

    Gets the ID of the received object.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    int
    View Source

    Sender

    Gets the name of the sender task of the received object.

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