# ViewInterface.AfterViewerPropertyChangedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.View

```csharp
public delegate void ViewInterface.AfterViewerPropertyChangedDelegate(IntPtr userData, int viewer, string property)
```

Parameters

| Type                                                           | Name     | Description |
| -------------------------------------------------------------- | -------- | ----------- |
| [IntPtr](https://learn.microsoft.com/dotnet/api/system.intptr) | userData |             |
| [int](https://learn.microsoft.com/dotnet/api/system.int32)     | viewer   |             |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | property |             |
