Open sandboxFocus

Property OnConstructed

OnConstructed

Slot used by the engine's OnConstructed mechanism to coordinate multi-level inheritance. Derived constructors descend their context with this slot before calling the base constructor; base constructors guard the OnConstructed call with IsHandled(InitializationSlot) against this slot. Not intended for direct use by aspects.

Declaration
public static InitializationSlot OnConstructed { get; }
Property Value
Type Description
InitializationSlot