Compartir a través de


del método StatusingEventReceiver.OnStatusSubmitted

Un controlador de evento posterior para el método SubmitStatus .

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 OnStatusSubmitted ( _
    contextInfo As PSContextInfo, _
    e As StatusSubmitPostEventArgs _
)
'Uso
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusSubmitPostEventArgs

instance.OnStatusSubmitted(contextInfo, _
    e)
public virtual void OnStatusSubmitted(
    PSContextInfo contextInfo,
    StatusSubmitPostEventArgs 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 StatusingEventReceiver

Miembros StatusingEventReceiver

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