Class EventReceivedEventArgs
Definition
- Assembly:
- Tizen.Core.dll
Represents the arguments passed to the event handler when the event data is received.
public class EventReceivedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsEventReceivedEventArgs
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 |