Compartir a través de


del método CustomFieldsEventReceiverServiceProxyClient.OnUpdatingRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Function OnUpdatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsPreEventArgs _
) As CustomFieldsPreEventArgs
'Uso
Dim instance As CustomFieldsEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsPreEventArgs
Dim returnValue As CustomFieldsPreEventArgs

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

Parámetros

Valor devuelto

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

Implementaciones

ICustomFieldsEventReceiverRemote.OnUpdatingRemote(PSContextInfo, Guid, CustomFieldsPreEventArgs)

Vea también

Referencia

clase CustomFieldsEventReceiverServiceProxyClient

Miembros CustomFieldsEventReceiverServiceProxyClient

Espacio de nombres Microsoft.Office.Project.Server.Events