Class ChannelReceivedEventArgs
Definition
- Assembly:
- Tizen.Core.dll
Represents the arguments for the event raised when an object has been received through a channel.
C#Copypublic class ChannelReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsChannelReceivedEventArgs
Properties
Declaration
C#Copypublic object Data { get; }
Property Value
Type | Description |
---|---|
object |
Declaration
C#Copypublic int Id { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic string Sender { get; }
Property Value
Type | Description |
---|---|
string |