IConfigurationItem..::..Loaded Method

Performs any post-load operations. This phase of the configuration allows objects to reference other objects that may be loaded later. Example: A town specifies the stores that are found in the town. A town does this by specifying the name of the store. The town and store objects are loaded during the Load() phase. This is where the objects are created but the town has a property that returns the actual store objects and this Loaded() phase allows the town to find those stores by name.

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)