共用方式為


RulesEventReceiver.OnCreatingRemote 方法

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
Public Overridable Function OnCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreCreateEventArgs _
) As RulesPreCreateEventArgs
'用途
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPreCreateEventArgs
Dim returnValue As RulesPreCreateEventArgs

returnValue = instance.OnCreatingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual RulesPreCreateEventArgs OnCreatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPreCreateEventArgs e
)

參數

傳回值

類型:Microsoft.Office.Project.Server.Events.RulesPreCreateEventArgs

實作

IRulesEventReceiverRemote.OnCreatingRemote(PSContextInfo, Guid, RulesPreCreateEventArgs)

請參閱

參照

RulesEventReceiver 類別

RulesEventReceiver 成員

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