Compartir a través de


del método CustomFieldsEventReceiver.OnCheckingOut

Un controlador de evento previo para el método CheckOutCustomFields .

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
Public Overridable Sub OnCheckingOut ( _
    contextInfo As PSContextInfo, _
    e As CustomFieldsCheckOutPreEventArgs _
)
'Uso
Dim instance As CustomFieldsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CustomFieldsCheckOutPreEventArgs

instance.OnCheckingOut(contextInfo, e)
public virtual void OnCheckingOut(
    PSContextInfo contextInfo,
    CustomFieldsCheckOutPreEventArgs e
)

Parámetros

Comentarios

For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.

Vea también

Referencia

clase CustomFieldsEventReceiver

Miembros CustomFieldsEventReceiver

Espacio de nombres Microsoft.Office.Project.Server.Events