ICustomFieldsEventReceiverRemote.OnCheckingOutRemote 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> _
Function OnCheckingOutRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As CustomFieldsCheckOutPreEventArgs _
) As CustomFieldsCheckOutPreEventArgs
'Uso
Dim instance As ICustomFieldsEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CustomFieldsCheckOutPreEventArgs
Dim returnValue As CustomFieldsCheckOutPreEventArgs
returnValue = instance.OnCheckingOutRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
CustomFieldsCheckOutPreEventArgs OnCheckingOutRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
CustomFieldsCheckOutPreEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.CustomFieldsCheckOutPreEventArgs
Ver também
Referência
ICustomFieldsEventReceiverRemote interface