Compartilhar via


CustomFieldsEventReceiver.OnCheckingIn método

Um manipulador de eventos anteriores para o método CheckInCustomFields .

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Overridable Sub OnCheckingIn ( _
    contextInfo As PSContextInfo, _
    e As CustomFieldsCheckInPreEventArgs _
)
'Uso
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CustomFieldsCheckInPreEventArgs

instance.OnCheckingIn(contextInfo, e)
public virtual void OnCheckingIn(
    PSContextInfo contextInfo,
    CustomFieldsCheckInPreEventArgs e
)

Parâmetros

Comentários

Para obter informações sobre como criar um manipulador de eventos, consulte How to: Create a Project Server Event Handler and Log an Event.

Ver também

Referência

CustomFieldsEventReceiver classe

CustomFieldsEventReceiver membros

Microsoft.Office.Project.Server.Events namespace