Share via


IRulesEventReceiverRemote.OnCreatedRemote 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> _
Sub OnCreatedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As RulesPostCreateEventArgs _
)
'Usage
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
)

Parameters

See also

Reference

IRulesEventReceiverRemote interface

IRulesEventReceiverRemote members

Microsoft.Office.Project.Server.Events namespace