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.

C#
Copy
public class ChannelReceivedEventArgs : EventArgs
Inheritance
object
System.EventArgs
ChannelReceivedEventArgs

Properties

View Source

Data

Gets the Data of the received object.

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

Id

Gets the ID of the received object.

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

Sender

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

Declaration
C#
Copy
public string Sender { get; }
Property Value
Type Description
string