UserNotificationChangedEventArgs.UserNotificationId Property

Definition

Gets the ID of the user notification that changed.

public:
 property unsigned int UserNotificationId { unsigned int get(); };
uint32_t UserNotificationId();
public uint UserNotificationId { get; }
var uInt32 = userNotificationChangedEventArgs.userNotificationId;
Public ReadOnly Property UserNotificationId As UInteger

Property Value

UInt32

unsigned int

uint32_t

The ID of the user notification that changed.

Applies to