Class UserClearedEventArgs
Arguments for a clear user event.
Inheritance
System.Object
    UserClearedEventArgs
  Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class UserClearedEventArgs : EventArgsConstructors
UserClearedEventArgs()
Declaration
public UserClearedEventArgs()Properties
User
The cleared user.
Declaration
public INotificationUser User { get; set; }Property Value
| Type | Description | 
|---|---|
| INotificationUser | 
