Freigeben über


StatusingEventReceiver.OnStatusSubmitingRemote-Methode

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
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Project.Server.Events.StatusSubmitPreEventArgs

Implementiert

IStatusingEventReceiverRemote.OnStatusSubmitingRemote(PSContextInfo, Guid, StatusSubmitPreEventArgs)

Siehe auch

Referenz

StatusingEventReceiver Klasse

StatusingEventReceiver-Member

Microsoft.Office.Project.Server.Events-Namespace