Compartir a través de


del método IReportingEventReceiverRemote.OnTimesheetPeriodChangedRemote

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 OnTimesheetPeriodChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetPeriodChangedEventArgs _
)
'Uso
Dim instance As IReportingEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetPeriodChangedEventArgs

instance.OnTimesheetPeriodChangedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnTimesheetPeriodChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetPeriodChangedEventArgs e
)

Parámetros

Vea también

Referencia

interfaz IReportingEventReceiverRemote

Miembros IReportingEventReceiverRemote

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