CustomFieldsEventReceiver.OnCheckedIn - Méthode
Un gestionnaire d'événements postérieures à la méthode CheckInCustomFields .
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 OnCheckedIn ( _
contextInfo As PSContextInfo, _
e As CustomFieldsCheckInPostEventArgs _
)
'Utilisation
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CustomFieldsCheckInPostEventArgs
instance.OnCheckedIn(contextInfo, e)
public virtual void OnCheckedIn(
PSContextInfo contextInfo,
CustomFieldsCheckInPostEventArgs 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.CustomFieldsCheckInPostEventArgsLes 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.
Voir aussi
Référence
CustomFieldsEventReceiver classe