StatusingStatusSubmitingHandler 委托

StatusSubmitting的SubmitStatus方法和Statusing服务的SubmitStatusForResource方法的前期事件的事件处理程序。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Delegate Sub StatusingStatusSubmitingHandler ( _
    contextInfo As PSContextInfo, _
    e As StatusSubmitPreEventArgs _
)
用法
Dim instance As New StatusingStatusSubmitingHandler(AddressOf HandlerMethod)
public delegate void StatusingStatusSubmitingHandler(
    PSContextInfo contextInfo,
    StatusSubmitPreEventArgs e
)

参数

备注

事件处理程序中, StatusingStatusSubmitingHandler,名称有拼写错误。它应该是StatusingStatusSubmittingHandler,但不是会更改对象模型中由于以前的使用。

另请参阅

引用

Microsoft.Office.Project.Server.Events 命名空间