Compartilhar via


ResourceSettingAuthorizationHandler representante

Manipulador de eventos para o pré-evento de Resource SettingAuthorization .

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

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace