Compartilhar via


CustomFieldsEventReceiver.OnCreatingRemote método

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

Sintaxe

'Declaração
Public Overridable Function OnCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsPreEventArgs _
) As CustomFieldsPreEventArgs
'Uso
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsPreEventArgs
Dim returnValue As CustomFieldsPreEventArgs

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

Parâmetros

Valor retornado

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

Implementos

ICustomFieldsEventReceiverRemote.OnCreatingRemote(PSContextInfo, Guid, CustomFieldsPreEventArgs)

Ver também

Referência

CustomFieldsEventReceiver classe

CustomFieldsEventReceiver membros

Microsoft.Office.Project.Server.Events namespace