NotificationsPostSendEventArgs Constructor

Creates an instance of the NotificationsPostSendEventArgs class; used internally.

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

Syntax

'Declaration
Public Sub New ( _
    xmlBody As String, _
    subjLine As String _
)
'Usage
Dim xmlBody As String
Dim subjLine As String

Dim instance As New NotificationsPostSendEventArgs(xmlBody, _
    subjLine)
public NotificationsPostSendEventArgs(
    string xmlBody,
    string subjLine
)

Parameters

  • xmlBody
    Type: System.String
    Notification data for an OnSent event handler.
  • subjLine
    Type: System.String
    The subject for an OnSent event handler.

See Also

Reference

NotificationsPostSendEventArgs Class

NotificationsPostSendEventArgs Members

Microsoft.Office.Project.Server.Events Namespace