Compartilhar via


ReportingTimesheetClassChangedHandlerRemote representante

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
Public Delegate Sub ReportingTimesheetClassChangedHandlerRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetClassChangedEventArgs _
)
'Uso
Dim instance As New ReportingTimesheetClassChangedHandlerRemote(AddressOf HandlerMethod)
public delegate void ReportingTimesheetClassChangedHandlerRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetClassChangedEventArgs e
)

Parâmetros

Ver também

Referência

Microsoft.Office.Project.Server.Events namespace