Delegate WorkspaceService<TConfig>.ConfigChangeCallback
Delegate for callbacks that occur when the configuration for the workspace changes
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public delegate Task ConfigChangeCallback(TConfig newSettings, TConfig oldSettings, EventContext eventContext);