# CoreInterface.AfterUndoRedoDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Core

```csharp
public delegate void CoreInterface.AfterUndoRedoDelegate(IntPtr userData, bool onlyPropertyChanged)
```

Parameters

| Type                                                           | Name                | Description |
| -------------------------------------------------------------- | ------------------- | ----------- |
| [IntPtr](https://learn.microsoft.com/dotnet/api/system.intptr) | userData            |             |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean)  | onlyPropertyChanged |             |
