Show / Hide Table of Contents

    Delegate OnItemCreated

    Delegate meant for when an item is created.

    Namespace: Fibula.Items.Contracts.Delegates
    Assembly: Fibula.Items.Contracts.dll
    Syntax
    public delegate void OnItemCreated(IItem item);
    Parameters
    Type Name Description
    IItem item

    The item created.

    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.