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

ConsoleEventHandler

Creates console event handler instances.
public enum PageEvent

Page events; currently only Load and PreRender are handled.

public abstract FieldCollection RequiredFields { get; }

Returns a collection of required fields of the event handler.

protected ConsoleEventHandler()

public abstract Console GetConsole(PageEvent pageEvent)

Returns a console instance based on a page event.

public abstract void OnButtonClick(ConsoleButton consoleButton)

Handles a console button click event.