Class EventManagerEventArgs
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
Properties
View SourceData
The event data of the application event.
Declaration
public Bundle Data { get; }
Property Value
Type | Description |
---|---|
Bundle |
API Level: 6
View SourceName
The Name of the event.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |