StatusingEventReceiver.OnStatusSubmitingRemote 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 OnStatusSubmitingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As StatusSubmitPreEventArgs _
) As StatusSubmitPreEventArgs
'Usage
Dim instance As StatusingEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As StatusSubmitPreEventArgs
Dim returnValue As StatusSubmitPreEventArgs
returnValue = instance.OnStatusSubmitingRemote(contextInfo, _
eventHandlerUid, e)
public virtual StatusSubmitPreEventArgs OnStatusSubmitingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
StatusSubmitPreEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.StatusSubmitPreEventArgs
Implements
IStatusingEventReceiverRemote.OnStatusSubmitingRemote(PSContextInfo, Guid, StatusSubmitPreEventArgs)