Class ChannelReceivedEventArgs
Definition
- 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
-
objectSystem.
Event Args ChannelReceived Event Args
Properties
Declaration
C#
Copy
public object Data { get; }
Property Value
Type | Description |
---|---|
object |
Declaration
C#
Copy
public int Id { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public string Sender { get; }
Property Value
Type | Description |
---|---|
string |