StatusReportsEventReceiver.OnRequestCreatingRemote 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 OnRequestCreatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusReportsPreRequestCreateEventArgs _
) As StatusReportsPreRequestCreateEventArgs
'Usage
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusReportsPreRequestCreateEventArgs
Dim returnValue As StatusReportsPreRequestCreateEventArgs
returnValue = instance.OnRequestCreatingRemote(contextInfo, _
eventHandlerUid, e)
public virtual StatusReportsPreRequestCreateEventArgs OnRequestCreatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusReportsPreRequestCreateEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.StatusReportsPreRequestCreateEventArgs
Implements
See also
Reference
StatusReportsEventReceiver class