Nini Library API Reference - http://nini.sourceforge.net/

ConfigCollection.ConfigAdded Event

Occurs when a config is added.

public event ConfigEventHandler ConfigAdded;

Event Data

The event handler receives an argument of type ConfigEventArgs containing data related to this event. The following ConfigEventArgs property provides information specific to this event.

Property Description
Config  

See Also

ConfigCollection Class | Nini.Config Namespace