Class NotificationDeleteEventArgs
Definition
- Namespace:
- Tizen.Applications.NotificationEventListener
- Assembly:
- Tizen.Applications.NotificationEventListener.dll
This class provides the property to get information about the deleted notification.
public class NotificationDeleteEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsNotificationDeleteEventArgs
Properties
View SourceUniqueNumber
Gets the unique number of the notification.
Declaration
public int UniqueNumber { get; }
Property Value
Type | Description |
---|---|
int |