[This is preliminary documentation and is subject to change.]

The Config type exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
KeyChanged
Occurs after a config key has been changed.
KeyChanging
Occurs when a config key is about to be changed (cancellable). The new value may be replaced by the callback.
Reloaded
Occurs after the entire configuration has been reloaded from file.

See Also