<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

EventHandlerExecution

public enum EventHandlerExecution
Specifies the execution of the event handler.
Console = 1

Defines a console panel. Executes when elements on that console are clicked by a user.

Executes on the Item List. Loads javascript that consumes the List Page API.

Executes on the an object's view and edit pages. Loads custom javascript.

Executes after an object is copied.

Executes after a user changes field values and clicks the Save button.

Executes before the delete process starts for an object that has dependant objects.

PreCopy = 7

Executes before an object is copied.

Executes before an object is deleted.

PreLoad = 9

Executes on the an object's view and edit pages.

Executes before the deletion of a large set of objects.

PreSave = 11

Executes after a user changes field values and clicks the Save button.

Save = 12

Replaces the standard save process set by Relativity. Execution is after pre save event handlers.