Share via


TimesheetEventReceiver.OnCreatingRemote method

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

Syntax

'Declaration
Public Overridable Function OnCreatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPreCreateEventArgs _
) As TimesheetPreCreateEventArgs
'Usage
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreCreateEventArgs
Dim returnValue As TimesheetPreCreateEventArgs

returnValue = instance.OnCreatingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual TimesheetPreCreateEventArgs OnCreatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreCreateEventArgs e
)

Parameters

Return value

Type: Microsoft.Office.Project.Server.Events.TimesheetPreCreateEventArgs

Implements

ITimesheetEventReceiverRemote.OnCreatingRemote(PSContextInfo, Guid, TimesheetPreCreateEventArgs)

See also

Reference

TimesheetEventReceiver class

TimesheetEventReceiver members

Microsoft.Office.Project.Server.Events namespace