IResourceEventReceiverRemote.OnChangingRemote method
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function OnChangingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ResourceUpdatePreEventArgs _
) As ResourceUpdatePreEventArgs
'Usage
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
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.ResourceUpdatePreEventArgs
See also
Reference
IResourceEventReceiverRemote interface