Freigeben über


SecurityCategoryDeletedHandler-Delegat

Ereignishandler für das Security CategoryDeleted nach der Ereignis.

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

Parameter

Siehe auch

Referenz

Microsoft.Office.Project.Server.Events-Namespace