del método StatusingEventReceiver.OnTaskCreating
Un controlador de evento previo para el método CreateNewAssignment .
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 OnTaskCreating ( _
contextInfo As PSContextInfo, _
e As StatusCreateTaskPreEventArgs _
)
'Uso
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusCreateTaskPreEventArgs
instance.OnTaskCreating(contextInfo, _
e)
public virtual void OnTaskCreating(
PSContextInfo contextInfo,
StatusCreateTaskPreEventArgs 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.StatusCreateTaskPreEventArgsLos 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
Miembros StatusingEventReceiver
Espacio de nombres Microsoft.Office.Project.Server.Events