Delegate OnContentUpdated
Delegate meant for when content is updated in a container.
Namespace: Fibula.Items.Contracts.Delegates
Assembly: Fibula.Items.Contracts.dll
Syntax
public delegate void OnContentUpdated(IContainerItem container, byte updatedIndex, IItem updatedItem);
Parameters
Type | Name | Description |
---|---|---|
IContainerItem | container | The container. |
System.Byte | updatedIndex | The index of the updated item. |
IItem | updatedItem | The updated item. |