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.StringDonnées de notification pour un gestionnaire d'événements OnSending .
subjLine
Type : System.StringL'objet d'un gestionnaire d'événements OnSending .
Voir aussi
Référence
NotificationsPreSendEventArgs classe
NotificationsPreSendEventArgs - Membres