Class SubscriptionClearedEventArgs
Arguments for a clear Subscription event.
Inheritance
System.Object
    SubscriptionClearedEventArgs
  Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SubscriptionClearedEventArgs : EventArgsConstructors
SubscriptionClearedEventArgs()
Declaration
public SubscriptionClearedEventArgs()Properties
SubscriptionKey
The key of the cleared Subscription.
Declaration
public Uri SubscriptionKey { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Uri | 
