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