Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.