CustomFieldsEventReceiver Class

Includes events for methods in the WebSvcCustomFields.CustomFields class.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Project.Server.Events.CustomFieldsEventReceiver

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

Syntax

'Declaration
Public MustInherit Class CustomFieldsEventReceiver
'Usage
Dim instance As CustomFieldsEventReceiver
public abstract class CustomFieldsEventReceiver

Remarks

For information about creating an event handler, see How to: Write and Debug a Project Server Event Handler.

For information about additional Report Data Service (RDS) events for changing custom fields data in the Reporting database, see Events for the RDB.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CustomFieldsEventReceiver Members

Microsoft.Office.Project.Server.Events Namespace