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 : System.EventArgs
    Inheritance
    object
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX