<PackageReference Include="Relativity.API" Version="20.0.0" />

IEventHandlerDetails

public interface IEventHandlerDetails
Represents Relativity Event Handler details.
IArtifact Application { get; set; }

The application information for the assembly containing the event handler.

string ClassName { get; set; }

The name of the class that defines the event handler.