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 NotificationEventArgs

Arguments for a NotificationMessage event.

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

Constructors

NotificationEventArgs()

Declaration
public NotificationEventArgs()

Properties

NotificationMessage

NotificationMessage property

Declaration
public NotificationMessage NotificationMessage { get; set; }
Property Value
Type Description
NotificationMessage

Extension Methods