Class ChannelReceivedEventArgs
Definition
- 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
-
objectSystem.EventArgsChannelReceivedEventArgs
Properties
View SourceData
Gets the Data of the received object.
Declaration
public object Data { get; }
Property Value
Type | Description |
---|---|
object |
Id
Gets the ID of the received object.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
int |
Sender
Gets the name of the sender task of the received object.
Declaration
public string Sender { get; }
Property Value
Type | Description |
---|---|
string |