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

Relativity.Services.Objects.DataContracts.EventHandlerRef

public class EventHandlerRef
Describes an event handler's origin and execution type.

Gets the application which the assembly containing the event handler is associated with.

public string ClassName { get; set; }

Gets the name of the class that defines the event handler.

Gets the execution type of the event handler.

public EventHandlerRef()