Class BadgeEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Badge.dll

The class for event arguments of the badge event.

C#
Copy
public class BadgeEventArgs : EventArgs
Inheritance
object
System.EventArgs
BadgeEventArgs

Properties

View Source

Badge

The property for the badge object.

Declaration
C#
Copy
public Badge Badge { get; }
Property Value
Type Description
Badge
View Source

Reason

The property for the action value.

Declaration
C#
Copy
public BadgeEventArgs.Action Reason { get; }
Property Value
Type Description
BadgeEventArgs.Action