Delegate WorkspaceService<TConfig>.TextDocOpenCallback
Delegate for callbacks that occur when a text document is opened
Namespace:Microsoft.SqlTools.ServiceLayer.Workspace
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public delegate Task TextDocOpenCallback(ScriptFile openFile, EventContext eventContext);