Show / Hide Table of Contents

    Delegate OnContentAdded

    Delegate meant for when content is added to a container.

    Namespace: Fibula.Items.Contracts.Delegates
    Assembly: Fibula.Items.Contracts.dll
    Syntax
    public delegate void OnContentAdded(IContainerItem container, IItem addedItem);
    Parameters
    Type Name Description
    IContainerItem container

    The container.

    IItem addedItem

    The added 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.