> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.unity.editor/ks.unity.editor.ksbasepackageupdater-1/ks.unity.editor.ksbasepackageupdater-1.updatecallback.md).

# Delegate ksBasePackageUpdater\<T>.UpdateCallback

Namespace: [KS.Unity.Editor](/reactor/api-reference/ks.unity.editor.md)\
Assembly: KSUnity-Editor.dll

Callback to invoke after an update check completes.

```csharp
public delegate void ksBasePackageUpdater<T>.UpdateCallback(bool updated)
```

#### Parameters

`updated` [bool](https://learn.microsoft.com/dotnet/api/system.boolean)

True if the package was updated.
