Share via


CalendarEventReceiver.OnCreated - Méthode

Un gestionnaire d'événement postérieur à la méthode CreateCalendars .

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 Overridable Sub OnCreated ( _
    contextInfo As PSContextInfo, _
    e As CalendarPostEventArgs _
)
'Utilisation
Dim instance As CalendarEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CalendarPostEventArgs

instance.OnCreated(contextInfo, e)
public virtual void OnCreated(
    PSContextInfo contextInfo,
    CalendarPostEventArgs e
)

Paramètres

Remarques

Pour plus d'informations sur la création d'un gestionnaire d'événements, voir How to: Create a Project Server Event Handler and Log an Event.

Voir aussi

Référence

CalendarEventReceiver classe

CalendarEventReceiver - Membres

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