Partager via


NotificationsPreSendEventArgs - Constructeur (String, String)

Crée une instance de la classe NotificationsPreSendEventArgs ; utilisé en interne.

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    xmlBody As String, _
    subjLine As String _
)
'Utilisation
Dim xmlBody As String
Dim subjLine As String

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

Paramètres

  • xmlBody
    Type : System.String

    Données de notification pour un gestionnaire d'événements OnSending .

  • subjLine
    Type : System.String

    L'objet d'un gestionnaire d'événements OnSending .

Voir aussi

Référence

NotificationsPreSendEventArgs classe

NotificationsPreSendEventArgs - Membres

NotificationsPreSendEventArgs - Surcharge

Microsoft.Office.Project.Server.Events - Espace de noms