Edit

Share via


NotificationItem<T> Class

Definition

Represents the notification for an item.

generic <typename T>
public ref class NotificationItem
public class NotificationItem<T>
type NotificationItem<'T> = class
Public Class NotificationItem(Of T)

Type Parameters

T

The type of the item that is in the notification.

Inheritance
NotificationItem<T>

Remarks

The class also indicates the operation that is relevant for the item.

Properties

Item

Gets the notification item.

Operation

Gets the operation.

Applies to