PerformanceTestBaseTDelegate, TResultBeforeCase Event
Occurs before 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 BeforeCase
Public Event BeforeCase As EventHandler
public:
event EventHandler^ BeforeCase {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member BeforeCase : IEvent<EventHandler,
EventArgs>
Value
EventHandler