共用方式為


StatusingStatusSubmitingHandler 委派

SubmitStatus方法及SubmitStatusForResource方法的Statusing服務StatusSubmitting前置事件的事件處理常式。

命名空間:  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 命名空間