Table of Contents

Property Sender

Namespace
Xunit
Assembly
xunit.v3.assert.dll

Sender

The sender of the event. When the event is recorded via Action<T> rather than EventHandler<TEventArgs>, this value will always be null, since there is no sender value when using actions.

public object? Sender { get; }

Property Value

object