RulesEventReceiver.OnCreated method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Overridable Sub OnCreated ( _
    contextInfo As PSContextInfo, _
    e As RulesPostCreateEventArgs _
)
'Usage
Dim instance As RulesEventReceiver
Dim contextInfo As PSContextInfo
Dim e As RulesPostCreateEventArgs

instance.OnCreated(contextInfo, e)
public virtual void OnCreated(
    PSContextInfo contextInfo,
    RulesPostCreateEventArgs e
)

Parameters

See also

Reference

RulesEventReceiver class

RulesEventReceiver members

Microsoft.Office.Project.Server.Events namespace