Freigeben über


ResourceSettingAuthorizationHandler-Delegat

Ereignishandler für das Resource SettingAuthorization Pre-Event.

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

Syntax

'Declaration
Public Delegate Sub ResourceSettingAuthorizationHandler ( _
    contextInfo As PSContextInfo, _
    e As ResourceAuthorizationPreEventArgs _
)
'Usage
Dim instance As New ResourceSettingAuthorizationHandler(AddressOf HandlerMethod)
public delegate void ResourceSettingAuthorizationHandler(
    PSContextInfo contextInfo,
    ResourceAuthorizationPreEventArgs e
)

Parameter

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace