通知事件的OnSent方法的事件参数。
继承层次结构
System.Object
System.EventArgs
Microsoft.Office.Project.Server.Events.SerializableEventArgs
Microsoft.Office.Project.Server.Events.PostEventArgs
Microsoft.Office.Project.Server.Events.NotificationsPostSendEventArgs
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
<SerializableAttribute> _
Public Class NotificationsPostSendEventArgs _
Inherits PostEventArgs
用法
Dim instance As NotificationsPostSendEventArgs
[SerializableAttribute]
public class NotificationsPostSendEventArgs : PostEventArgs
备注
OnSent后的事件处理程序的事件参数公开的主题行和正文的通知。有关详细信息,请参阅如何: 自定义项目服务器通知的电子邮件。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。