Compartilhar via


NotificationsPreSendEventArgs classe

Argumentos de evento para o método OnSending para eventos de notificações.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.Office.Project.Server.Events.SerializableEventArgs
      Microsoft.Office.Project.Server.Events.PreEventArgs
        Microsoft.Office.Project.Server.Events.NotificationsPreSendEventArgs

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class NotificationsPreSendEventArgs _
    Inherits PreEventArgs
'Uso
Dim instance As NotificationsPreSendEventArgs
[SerializableAttribute]
public class NotificationsPreSendEventArgs : PreEventArgs

Comentários

Argumentos de eventos para um manipulador de Pre-eventos OnSending expõem a linha de assunto e corpo da notificação. Para obter mais informações, consulte como: personalizar o email para notificações do servidor de projeto.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

NotificationsPreSendEventArgs membros

Microsoft.Office.Project.Server.Events namespace