<PackageReference Include="Relativity.Server.API.SDK" Version="5000.0.3" />

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.