Freigeben über


NotificationsPostSendEventArgs-Konstruktor (String, String)

Erstellt eine Instanz der NotificationsPostSendEventArgs -Klasse. wird intern verwendet.

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
)

Parameter

  • xmlBody
    Typ: System.String

    Benachrichtigungsdaten für einen OnSent -Ereignishandler.

  • subjLine
    Typ: System.String

    Der Betreff für einen OnSent -Ereignishandler.

Siehe auch

Referenz

NotificationsPostSendEventArgs Klasse

NotificationsPostSendEventArgs-Member

NotificationsPostSendEventArgs-Überladung

Microsoft.Office.Project.Server.Events-Namespace