Compartir a través de


Delegado ReportingCustomFieldDeletedHandler

Controlador de eventos para el evento posterior a la de Reporting CustomFieldDeleted .

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

Parámetros

Vea también

Referencia

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