<PackageReference Include="Relativity.EventHandler" Version="11.2.214.8" />

kCura.EventHandler.CustomAttributes.RunOnce

public sealed class RunOnce : Attribute
Defines a Run Once tag for event handlers.
public bool RunOnce { get; }

Returns if the the event handler should only run once.

public RunOnce(bool runOnce)

Initializes a new instance of the Run Once class.