Compartir a través de


Delegado RulesDeletingHandler

Controlador de eventos para el evento previo Rules Deleting .

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

Parámetros

Vea también

Referencia

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