Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Events Namespace / OccurredEvent Class


In This Topic
    OccurredEvent Class Properties
    In This Topic

    For a list of all members of this type, see OccurredEvent members.

    Public Properties
     NameDescription
    Public Property The name of the event as defined on the monitored object.  
    Public Property The parameters that were passed to the event handler.  
    Public Property The order in which this event was raised on the monitored object.  
    Public PropertyThe exact date and time of the occurrence in System.DateTimeKind.Local.  
    Top
    See Also