LookupTableEventReceiver.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
Public Overridable Sub OnCheckedInRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As LookupTableCheckInPostEventArgs _
)
'Uso
Dim instance As LookupTableEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTableCheckInPostEventArgs
instance.OnCheckedInRemote(contextInfo, _
eventHandlerUid, e)
public virtual void OnCheckedInRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
LookupTableCheckInPostEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Implementos
Ver também
Referência
LookupTableEventReceiver classe