Click or drag to resize

InfoWarningErrorTextMessageServiceMessageAdded Event

Occurs when a message is available. The first subscriber how subscribe to this event will receive all messages that were up-to-now stored in this call.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public event Action<InfoWarningErrorTextMessageItem> MessageAdded

Value

ActionInfoWarningErrorTextMessageItem

Implements

IInfoWarningErrorTextMessageServiceMessageAdded
See Also