Compartilhar via


ICustomFieldsEventReceiverRemote.OnCheckedInRemote 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
<OperationContractAttribute> _
Sub OnCheckedInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CustomFieldsCheckInPostEventArgs _
)
'Uso
Dim instance As ICustomFieldsEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsCheckInPostEventArgs

instance.OnCheckedInRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnCheckedInRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    CustomFieldsCheckInPostEventArgs e
)

Parâmetros

Ver também

Referência

ICustomFieldsEventReceiverRemote interface

ICustomFieldsEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace