DiagnosticsDiagnosticsEvent Event |
The event which is called when a diagnostics event is encountered. If this is null, then the
event of the root diagnostic (the parent's parent until parent is null) is called.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public event DiagnosticsEvent DiagnosticsEvent
Public Event DiagnosticsEvent As DiagnosticsEvent
public:
virtual event DiagnosticsEvent^ DiagnosticsEvent {
void add (DiagnosticsEvent^ value);
void remove (DiagnosticsEvent^ value);
}
Value
Type:
DHI.Mike1D.GenericDiagnosticsEventImplements
IDiagnosticsDiagnosticsEventSee Also