Specifies the execution of the event handler.
Namespace: Relativity.Services.Interfaces.EventHandler.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Console | 1 | Defines a console panel. Executes when elements on that console are clicked by a user. | |
ListPageInteraction | 2 | Executes on the Item List. Loads javascript that consumes the List Page API. | |
PageInteraction | 3 | Executes on the an object's view and edit pages. Loads custom javascript. | |
PostCopy | 4 | Executes after an object is copied. | |
PostSave | 5 | Executes after a user changes field values and clicks the Save button. | |
PreCascadeDelete | 6 | Executes before the delete process starts for an object that has dependant objects. | |
PreCopy | 7 | Executes before an object is copied. | |
PreDelete | 8 | Executes before an object is deleted. | |
PreLoad | 9 | Executes on the an object's view and edit pages. | |
PreMassDelete | 10 | 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. |
See Also