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

EventHandlerExecutionType

Specifies the execution type of the event handler.

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.

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.