SaaS CMS has officially launched! Learn more now.

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