A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class UserClearedEventArgs

Arguments for a clear user event.

Inheritance
System.Object
UserClearedEventArgs
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class UserClearedEventArgs : EventArgs

Constructors

UserClearedEventArgs()

Declaration
public UserClearedEventArgs()

Properties

User

The cleared user.

Declaration
public INotificationUser User { get; set; }
Property Value
Type Description
INotificationUser

Extension Methods