Click or drag to resize
EditorFeatureConfigurationChanged Event
Raised when the synchronized configuration section has been changed in VS Code.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public event EventHandler<DidChangeConfigurationParams> ConfigurationChanged

Value

Type: SystemEventHandlerDidChangeConfigurationParams
See Also