Share via


LookupTableEventReceiver.OnCheckingOut - Méthode

Un gestionnaire d'événements préalables à la méthode CheckOutLookupTables .

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 LookupTableCheckOutPreEventArgs _
)
'Utilisation
Dim instance As LookupTableEventReceiver
Dim contextInfo As PSContextInfo
Dim e As LookupTableCheckOutPreEventArgs

instance.OnCheckingOut(contextInfo, e)
public virtual void OnCheckingOut(
    PSContextInfo contextInfo,
    LookupTableCheckOutPreEventArgs 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

LookupTableEventReceiver classe

LookupTableEventReceiver - Membres

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