Description

This event is sent whenever a setting is changed.

Syntax

Private Sub object_SettingChanged(Module, Section, Key, value)

The SettingChanged Event syntax has these parts:

PartDescription
objectA McApplication object.
ModuleA String value.

BSTR : The module name ("Application" for example)

SectionA String value.

BSTR : The section for this module ("StatusBar").

KeyA String value.

BSTR : The key within the section.

valueA Variant value.

VARIANT : The new value for the setting.

Remarks

Monitoring this event allows the clients to update whenever an application setting is changed.