CalendarEventReceiver.OnCheckingOut - Méthode
Un gestionnaire d'événements préalables à la méthode CheckOutCalendars .
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 OnCheckingOut ( _
contextInfo As PSContextInfo, _
e As CalendarCheckOutPreEventArgs _
)
'Utilisation
Dim instance As CalendarEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CalendarCheckOutPreEventArgs
instance.OnCheckingOut(contextInfo, e)
public virtual void OnCheckingOut(
PSContextInfo contextInfo,
CalendarCheckOutPreEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.CalendarCheckOutPreEventArgsLes données pour l'événement.
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.