# UpdatePrefabInstancesEventArgs

> A change of this type indicates that prefab instances in an open scene have been updated due to a change to the source prefab.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct UpdatePrefabInstancesEventArgs
```

## Constructors

| Constructor                                                                                                                                                                                                           | Description                |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| [UpdatePrefabInstancesEventArgs(UnityEngine.SceneManagement.Scene,Unity.Collections.NativeArray\{UnityEngine.EntityId}.ReadOnly)](/engine/6000.7/script-reference/unityeditor/updateprefabinstanceseventargs/ctor.md) | Constructs a new instance. |

## Properties

| Property                                                                                             | Description                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| [entityIds](/engine/6000.7/script-reference/unityeditor/updateprefabinstanceseventargs/entityids.md) | The EntityId for each root [GameObject](/engine/6000.7/script-reference/unityengine/gameobject.md) of the prefab instances that have been updated. |
| [scene](/engine/6000.7/script-reference/unityeditor/updateprefabinstanceseventargs/scene.md)         | The scene containing all of the prefab instances that have been updated.                                                                           |
