(String, String) del constructor NotificationsPostSendEventArgs
Crea una instancia de la clase NotificationsPostSendEventArgs . se usa internamente.
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
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.StringDatos de notificación para un controlador de eventos OnSent .
subjLine
Tipo: System.StringEl asunto de un controlador de eventos OnSent .
Vea también
Referencia
clase NotificationsPostSendEventArgs
Miembros NotificationsPostSendEventArgs