Compartir a través de


del método IReportingEventReceiverRemote.OnLookupTableDeletedRemote

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
<OperationContractAttribute> _
Sub OnLookupTableDeletedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostLookupTableDeletedEventArgs _
)
'Uso
Dim instance As IReportingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostLookupTableDeletedEventArgs

instance.OnLookupTableDeletedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnLookupTableDeletedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostLookupTableDeletedEventArgs e
)

Parámetros

Vea también

Referencia

interfaz IReportingEventReceiverRemote

Miembros IReportingEventReceiverRemote

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