Show / Hide Table of Contents

    Class EventFiredEventArgs

    Class that represents the event arguments of an EventFiredDelegate event.

    Inheritance
    System.Object
    System.EventArgs
    EventFiredEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Scheduling.Contracts.Delegates
    Assembly: Fibula.Scheduling.Contracts.dll
    Syntax
    public class EventFiredEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    EventFiredEventArgs(IEvent)

    Initializes a new instance of the EventFiredEventArgs class.

    Declaration
    public EventFiredEventArgs(IEvent evt)
    Parameters
    Type Name Description
    IEvent evt

    The event to include as the event fired.

    Properties

    | Improve this Doc View Source

    Event

    Gets the event that was fired.

    Declaration
    public IEvent Event { get; }
    Property Value
    Type Description
    IEvent

    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.