NotificationsPostSendEventArgs construtor (String, String)
Cria uma instância da classe NotificationsPostSendEventArgs ; usado internamente.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Sub New ( _
xmlBody As String, _
subjLine As String _
)
'Uso
Dim xmlBody As String
Dim subjLine As String
Dim instance As New NotificationsPostSendEventArgs(xmlBody, _
subjLine)
public NotificationsPostSendEventArgs(
string xmlBody,
string subjLine
)
Parâmetros
xmlBody
Tipo: System.StringData de notificação para um manipulador de eventos OnSent .
subjLine
Tipo: System.StringO assunto de um manipulador de eventos OnSent .
Ver também
Referência
NotificationsPostSendEventArgs classe
NotificationsPostSendEventArgs membros