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