RunOnce public sealed class RunOnce : Attribute Defines a Run Once tag for event handlers. Documentation 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.