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
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContém as informações de contexto do Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.ResourceAuthorizationPreEventArgsOs dados para o evento.