IRulesEventReceiverRemote.OnDeletingRemote 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 OnDeletingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As RulesPreDeleteEventArgs _
) As RulesPreDeleteEventArgs
'Usage
Dim instance As IRulesEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPreDeleteEventArgs
Dim returnValue As RulesPreDeleteEventArgs
returnValue = instance.OnDeletingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
RulesPreDeleteEventArgs OnDeletingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
RulesPreDeleteEventArgs e
)
Parameters
- contextInfo
Type: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type: System.Guid
Return value
Type: Microsoft.Office.Project.Server.Events.RulesPreDeleteEventArgs
See also
Reference
IRulesEventReceiverRemote interface