ILookupTableEventReceiverRemote.OnCheckedOutRemote method
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub OnCheckedOutRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As LookupTableCheckOutPostEventArgs _
)
'Usage
Dim instance As ILookupTableEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTableCheckOutPostEventArgs
instance.OnCheckedOutRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
void OnCheckedOutRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
LookupTableCheckOutPostEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
See also
Reference
ILookupTableEventReceiverRemote interface