Definition
- Namespace:
- Tizen.Applications.EventManager
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
Arguments for the event raised when the application event is received
public class EventManagerEventArgs : EventArgs
- Inheritance
-
System.Object
EventManagerEventArgs
Properties
View Source
Data
The event data of the application event.
Declaration
public Bundle Data { get; }
Property Value
API Level: 6
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6