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

Relativity.API.Foundation.EventHandlers.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.