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

ConfigBase.KeyRemoved Event

Occurs when a key is removed.

public event ConfigKeyEventHandler KeyRemoved;

Event Data

The event handler receives an argument of type ConfigKeyEventArgs containing data related to this event. The following ConfigKeyEventArgs properties provide information specific to this event.

Property Description
KeyName  
KeyValue  

Implements

IConfig.KeyRemoved

Remarks

This event occurs when the Remove method is called.

See Also

ConfigBase Class | Nini.Config Namespace