Show / Hide Table of Contents

    Delegate EventCancelledDelegate

    Delegate to call when an event is cancelled.

    Namespace: Fibula.Scheduling.Contracts.Delegates
    Assembly: Fibula.Scheduling.Contracts.dll
    Syntax
    public delegate bool EventCancelledDelegate(IEvent evt);
    Parameters
    Type Name Description
    IEvent evt

    The event that was cancelled.

    Returns
    Type Description
    System.Boolean

    True if the event is successfully cancelled, false otherwise.

    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.