Compartir a través de


del método IRulesEventReceiverRemote.OnDeletingRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
<OperationContractAttribute> _
Function OnDeletingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPreDeleteEventArgs _
) As RulesPreDeleteEventArgs
'Uso
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
)

Parámetros

Valor devuelto

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

Vea también

Referencia

interfaz IRulesEventReceiverRemote

Miembros IRulesEventReceiverRemote

Espacio de nombres Microsoft.Office.Project.Server.Events