logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class StageCompletedSignal

    Signal dispatched when a stage is completed successfully.

    Inheritance
    object
    StageCompletedSignal
    Namespace: Serenity.Stage.Application.Events
    Assembly: Serenity.Stage.Application.dll
    Syntax
    public class StageCompletedSignal : EventDispatcherSignal

    Constructors

    StageCompletedSignal(StageId)

    Creates a new StageCompletedSignal.

    Declaration
    public StageCompletedSignal(StageId stageId)
    Parameters
    Type Name Description
    StageId stageId

    The identity of the completed stage.

    Fields

    StageId

    The identity of the completed stage.

    Declaration
    public readonly StageId StageId
    Field Value
    Type Description
    StageId
    In this article
    © 2026 Serenity. All Rights Reserved