LookupTableEventReceiverServiceProxyClient.OnDeletedRemote - 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 OnDeletedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As LookupTableDeletePostEventArgs _
)
'Utilisation
Dim instance As LookupTableEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As LookupTableDeletePostEventArgs
instance.OnDeletedRemote(contextInfo, _
eventHandlerUid, e)
public void OnDeletedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
LookupTableDeletePostEventArgs e
)
Paramètres
- contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type : System.Guid
Implémentations
ILookupTableEventReceiverRemote.OnDeletedRemote(PSContextInfo, Guid, LookupTableDeletePostEventArgs)
Voir aussi
Référence
LookupTableEventReceiverServiceProxyClient classe