DiagnosticsHandlerMessageEventAll Event |
Event that is triggered every time a new diagnostics message is produced
by one of the connected diagnostics objects.
Parameters: Type of message, message id and message content
Message id can be null.
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 Action<DiagnosticsHandlerMessageType, string, string> MessageEventAll
Public Event MessageEventAll As Action(Of DiagnosticsHandlerMessageType, String, String)
public:
event Action<DiagnosticsHandlerMessageType, String^, String^>^ MessageEventAll {
void add (Action<DiagnosticsHandlerMessageType, String^, String^>^ value);
void remove (Action<DiagnosticsHandlerMessageType, String^, String^>^ value);
}
Value
Type:
SystemActionDiagnosticsHandlerMessageType,
String,
StringSee Also