NotificationsPreSendEventArgs Constructor
Creates an instance of the NotificationsPreSendEventArgs 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 NotificationsPreSendEventArgs(xmlBody, _
subjLine)
public NotificationsPreSendEventArgs(
string xmlBody,
string subjLine
)
Parameters
- xmlBody
Type: System.String
Notification data for an OnSending event handler.
- subjLine
Type: System.String
The subject for an OnSending event handler.
See Also
Reference
NotificationsPreSendEventArgs Class