Show / Hide Table of Contents

    Delegate OnLocationChanged

    Delegate for IThing state changing.

    Namespace: Fibula.Common.Contracts.Delegates
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public delegate void OnLocationChanged(IThing thing, Location previousLocation);
    Parameters
    Type Name Description
    IThing thing

    A reference to the IThing which's location changed.

    Location previousLocation

    The thing's previous location.

    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.