NotificationsPostSendEventArgs constructor (String, String)
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.StringNotification data for an OnSent event handler.
subjLine
Type: System.StringThe subject for an OnSent event handler.
See also
Reference
NotificationsPostSendEventArgs class
NotificationsPostSendEventArgs members