Compartilhar via


ResourceSetAuthorizationHandler representante

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

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace