Class EventManagerEventArgs
Definition
- Namespace:
- Tizen.Applications.EventManager
- Assembly:
- Tizen.Applications.EventManager.dll
Arguments for the event raised when the application event is received
public class EventManagerEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsEventManagerEventArgs
Properties
View SourceData
The event data of the application event.
Declaration
public Bundle Data { get; }
Property Value
Type | Description |
---|---|
Bundle |
Name
The Name of the event.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |