Class BadgeEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Badge.dll
The class for event arguments of the badge event.
public class BadgeEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsBadgeEventArgs
Properties
View SourceBadge
The property for the badge object.
Declaration
public Badge Badge { get; }
Property Value
Type | Description |
---|---|
Badge |
Reason
The property for the action value.
Declaration
public BadgeEventArgs.Action Reason { get; }
Property Value
Type | Description |
---|---|
BadgeEventArgs.Action |