Share via


StatusingApplyingHandlerRemote - 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 Function StatusingApplyingHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As StatusingPreApplyEventArgs _
) As StatusingPreApplyEventArgs
'Utilisation
Dim instance As New StatusingApplyingHandlerRemote(AddressOf HandlerMethod)
public delegate StatusingPreApplyEventArgs StatusingApplyingHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    StatusingPreApplyEventArgs e
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Project.Server.Events.StatusingPreApplyEventArgs

Voir aussi

Référence

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