ResourceCreatingHandler - Délégué

Gestionnaire d'événements pour l'événement préalables Resource Creating .

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

Paramètres

Voir aussi

Référence

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