ResourceEventReceiver.OnChangingRemote - Méthode

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Overridable Function OnChangingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourceUpdatePreEventArgs _
) As ResourceUpdatePreEventArgs
'Utilisation
Dim instance As ResourceEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceUpdatePreEventArgs
Dim returnValue As ResourceUpdatePreEventArgs

returnValue = instance.OnChangingRemote(contextInfo, _
    eventHandlerUid, e)
public virtual ResourceUpdatePreEventArgs OnChangingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourceUpdatePreEventArgs e
)

Paramètres

Valeur renvoyée

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

Implémentations

IResourceEventReceiverRemote.OnChangingRemote(PSContextInfo, Guid, ResourceUpdatePreEventArgs)

Voir aussi

Référence

ResourceEventReceiver classe

ResourceEventReceiver - Membres

Microsoft.Office.Project.Server.Events - Espace de noms