Compartir a través de


del método IResourceEventReceiverRemote.OnChangedRemote

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> _
Sub OnChangedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ResourceUpdatePostEventArgs _
)
'Uso
Dim instance As IResourceEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ResourceUpdatePostEventArgs

instance.OnChangedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnChangedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ResourceUpdatePostEventArgs e
)

Parámetros

Vea también

Referencia

interfaz IResourceEventReceiverRemote

Miembros IResourceEventReceiverRemote

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