Compartilhar via


IResourceEventReceiverRemote.OnChangingRemote método

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

Sintaxe

'Declaração
<OperationContractAttribute> _
Function OnChangingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourceUpdatePreEventArgs _
) As ResourceUpdatePreEventArgs
'Uso
Dim instance As IResourceEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceUpdatePreEventArgs
Dim returnValue As ResourceUpdatePreEventArgs

returnValue = instance.OnChangingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
ResourceUpdatePreEventArgs OnChangingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourceUpdatePreEventArgs e
)

Parâmetros

Valor retornado

Tipo: Microsoft.Office.Project.Server.Events.ResourceUpdatePreEventArgs

Ver também

Referência

IResourceEventReceiverRemote interface

IResourceEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace