Class ListChangedEventArgs<T>
On List Changed Event Args.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public sealed class ListChangedEventArgs<T> : EventArgs
Type Parameters
| Name | Description |
|---|---|
| T | List type. |
Constructors
| Name | Description |
|---|---|
| ListChangedEventArgs(int, T) | Constructor. |
Fields
| Name | Description |
|---|---|
| index | Index |
| item | Item |