共用方式為


CustomFieldsEventReceiverServiceProxyClient.OnCreatingRemote 方法

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

語法

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

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

參數

傳回值

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

實作

ICustomFieldsEventReceiverRemote.OnCreatingRemote(PSContextInfo, Guid, CustomFieldsPreEventArgs)

請參閱

參照

CustomFieldsEventReceiverServiceProxyClient 類別

CustomFieldsEventReceiverServiceProxyClient 成員

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