Share via


LookupTableUpdatedHandlerRemote - Délégué

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 Delegate Sub LookupTableUpdatedHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As LookupTablePostEventArgs _
)
'Utilisation
Dim instance As New LookupTableUpdatedHandlerRemote(AddressOf HandlerMethod)
public delegate void LookupTableUpdatedHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    LookupTablePostEventArgs e
)

Paramètres

Voir aussi

Référence

Microsoft.Office.Project.Server.Events - Espace de noms