Compartir a través de


(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.String

    Datos de notificación para un controlador de eventos OnSent .

  • subjLine
    Tipo: System.String

    El asunto de un controlador de eventos OnSent .

Vea también

Referencia

clase NotificationsPostSendEventArgs

Miembros NotificationsPostSendEventArgs

Sobrecarga NotificationsPostSendEventArgs

Espacio de nombres Microsoft.Office.Project.Server.Events