Compartilhar via


IRulesEventReceiverRemote.OnCreatedRemote método

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxe

'Declaração
<OperationContractAttribute> _
Sub OnCreatedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPostCreateEventArgs _
)
'Uso
Dim instance As IRulesEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As RulesPostCreateEventArgs

instance.OnCreatedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnCreatedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    RulesPostCreateEventArgs e
)

Parâmetros

Ver também

Referência

IRulesEventReceiverRemote interface

IRulesEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace