PerformanceTestBaseTDelegate, TResultAfterCase Event
Occurs after each repetition of a test case, including the warming-up session.
Namespace: KGySoft.DiagnosticsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public event EventHandler AfterCase
Public Event AfterCase As EventHandler
public:
event EventHandler^ AfterCase {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member AfterCase : IEvent<EventHandler,
EventArgs>
Value
EventHandler