Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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