Share via


UserNotificationListener.Current Property

Definition

Gets a UserNotificationListener for the current user.

public:
 static property UserNotificationListener ^ Current { UserNotificationListener ^ get(); };
static UserNotificationListener Current();
public static UserNotificationListener Current { get; }
var userNotificationListener = UserNotificationListener.current;
Public Shared ReadOnly Property Current As UserNotificationListener

Property Value

A UserNotificationListener for the current user.

Applies to