Share via


SecurityCategoryDeletingHandler - Délégué

Gestionnaire d'événements pour l'événement préalables Security CategoryDeleting .

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Delegate Sub SecurityCategoryDeletingHandler ( _
    contextInfo As PSContextInfo, _
    e As CategoryDeletePreEventArgs _
)
'Utilisation
Dim instance As New SecurityCategoryDeletingHandler(AddressOf HandlerMethod)
public delegate void SecurityCategoryDeletingHandler(
    PSContextInfo contextInfo,
    CategoryDeletePreEventArgs e
)

Paramètres

Voir aussi

Référence

Microsoft.Office.Project.Server.Events - Espace de noms