del método LookupTableEventReceiver.OnCheckedIn
Un controlador de evento posterior para el método CheckInLookupTables .
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 OnCheckedIn ( _
contextInfo As PSContextInfo, _
e As LookupTableCheckInPostEventArgs _
)
'Uso
Dim instance As LookupTableEventReceiver
Dim contextInfo As PSContextInfo
Dim e As LookupTableCheckInPostEventArgs
instance.OnCheckedIn(contextInfo, e)
public virtual void OnCheckedIn(
PSContextInfo contextInfo,
LookupTableCheckInPostEventArgs e
)
Parámetros
contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfoContiene la información de contexto de Project Server.
e
Tipo: Microsoft.Office.Project.Server.Events.LookupTableCheckInPostEventArgsLos datos para el evento.
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 LookupTableEventReceiver