The FilteredOut event is fired if a profiler log entry is excluded from the log by a filter.
Namespace: HuagatiEFProfilerAssembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092
Syntax
C# |
---|
public event EFProfiler..::..FilteredOutDelegate FilteredOut |
Visual Basic |
---|
Public Event FilteredOut As EFProfiler..::..FilteredOutDelegate |
Visual C++ |
---|
public: event EFProfiler..::..FilteredOutDelegate^ FilteredOut { void add (EFProfiler..::..FilteredOutDelegate^ value); void remove (EFProfiler..::..FilteredOutDelegate^ value); } |