Share via


ReportingCustomFieldChangedHandler - Délégué

Gestionnaire d'événements pour post-l'événement Reporting CustomFieldChanged .

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 ReportingCustomFieldChangedHandler ( _
    contextInfo As PSContextInfo, _
    e As ReportingPostCustomFieldChangedEventArgs _
)
'Utilisation
Dim instance As New ReportingCustomFieldChangedHandler(AddressOf HandlerMethod)
public delegate void ReportingCustomFieldChangedHandler(
    PSContextInfo contextInfo,
    ReportingPostCustomFieldChangedEventArgs e
)

Paramètres

Voir aussi

Référence

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