Compartir a través de


Delegado RulesProcessingHandler

Controlador de eventos para el evento previo Rules Processing .

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 Delegate Sub RulesProcessingHandler ( _
    contextInfo As PSContextInfo, _
    e As RulesPreProcessEventArgs _
)
'Uso
Dim instance As New RulesProcessingHandler(AddressOf HandlerMethod)
public delegate void RulesProcessingHandler(
    PSContextInfo contextInfo,
    RulesPreProcessEventArgs e
)

Parámetros

Vea también

Referencia

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