Compartilhar via


ResourceChangedHandler representante

Manipulador de eventos para o pós-evento de Resource Changed .

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Delegate Sub ResourceChangedHandler ( _
    contextInfo As PSContextInfo, _
    e As ResourceUpdatePostEventArgs _
)
'Uso
Dim instance As New ResourceChangedHandler(AddressOf HandlerMethod)
public delegate void ResourceChangedHandler(
    PSContextInfo contextInfo,
    ResourceUpdatePostEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace