NotificationsEventReceiver Class

Includes the OnSending and OnSent events that occur when Project Server sends an alert or reminder.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Project.Server.Events.NotificationsEventReceiver

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public MustInherit Class NotificationsEventReceiver
'Usage
Dim instance As NotificationsEventReceiver
public abstract class NotificationsEventReceiver

Remarks

For information about creating, registering, and debugging an event handler, see How to: Write and Debug a Project Server Event Handler. For an example that changes e-mail using the NotificationsSending event, see How to: Customize E-Mail for Project Server Notifications.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NotificationsEventReceiver Members

Microsoft.Office.Project.Server.Events Namespace