Class SubscriptionEventArgs
Arguments for a Subscription event.
Inheritance
System.Object
SubscriptionEventArgs
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SubscriptionEventArgs : EventArgs
Constructors
SubscriptionEventArgs()
Declaration
public SubscriptionEventArgs()
Properties
SubscriptionKey
The key of the Subscription that was changed.
Declaration
public Uri SubscriptionKey { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
User
The user for which the Subscription was changed.
Declaration
public INotificationUser User { get; set; }
Property Value
Type | Description |
---|---|
INotificationUser |