LookupTableEventReceiverServiceProxyClient.OnCheckedInRemote - Méthode
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Sub OnCheckedInRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As LookupTableCheckInPostEventArgs _
)
'Utilisation
Dim instance As LookupTableEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTableCheckInPostEventArgs
instance.OnCheckedInRemote(contextInfo, _
eventHandlerUid, e)
public void OnCheckedInRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
LookupTableCheckInPostEventArgs e
)
Paramètres
- contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type : System.Guid
Implémentations
Voir aussi
Référence
LookupTableEventReceiverServiceProxyClient classe