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

EHGuid

public sealed class EHGuid : Attribute
Defines a guid tag for event handlers.
public Guid EHGuid { get; }

Returns the guid for the event handler.

public EHGuid(Guid eHGuid)

Initializes a new instance of the EHGuid class.