Compartir a través de


del método CustomFieldsEventReceiver.OnCheckingInRemote

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 Overridable Function OnCheckingInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsCheckInPreEventArgs _
) As CustomFieldsCheckInPreEventArgs
'Uso
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsCheckInPreEventArgs
Dim returnValue As CustomFieldsCheckInPreEventArgs

returnValue = instance.OnCheckingInRemote(contextInfo, _
    eventHandlerUid, e)
public virtual CustomFieldsCheckInPreEventArgs OnCheckingInRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CustomFieldsCheckInPreEventArgs e
)

Parámetros

Valor devuelto

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

Implementaciones

ICustomFieldsEventReceiverRemote.OnCheckingInRemote(PSContextInfo, Guid, CustomFieldsCheckInPreEventArgs)

Vea también

Referencia

clase CustomFieldsEventReceiver

Miembros CustomFieldsEventReceiver

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