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