Click or drag to resize
MessageManagerNormalMessageDispatched Event
Raised when a normal message is dispatched through this messagemanager. The message dispatched is enclosed. Normal messages aren't added to a list of collected messages.

Namespace: SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public event EventHandler<ContainerEventArgs<NormalMessage>> NormalMessageDispatched

Value

Type: SystemEventHandlerContainerEventArgsNormalMessage
See Also