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

C#
Copy
public class EventManagerEventArgs : EventArgs
Inheritance
System.Object
EventManagerEventArgs

Properties

View Source

Data

The event data of the application event.

Declaration
C#
Copy
public Bundle Data { get; }
Property Value
Type Description
Bundle
API Level: 6
View Source

Name

The Name of the event.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
System.String
API Level: 6