Share via


ICustomFieldsEventReceiverRemote.OnCreatingRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function OnCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsPreEventArgs _
) As CustomFieldsPreEventArgs
'Usage
Dim instance As ICustomFieldsEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsPreEventArgs
Dim returnValue As CustomFieldsPreEventArgs

returnValue = instance.OnCreatingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
CustomFieldsPreEventArgs OnCreatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CustomFieldsPreEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.CustomFieldsPreEventArgs

See also

Reference

ICustomFieldsEventReceiverRemote interface

ICustomFieldsEventReceiverRemote members

Microsoft.Office.Project.Server.Events namespace