Raised when a non-fatal event happens that needs reporting.
Namespace: TallComponents.Interaction.WinForms.ControlsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public event EventHandler<MessageEventArgs> Message |
| Visual Basic |
|---|
Public Event Message As EventHandler(Of MessageEventArgs) |
Remarks
This event will typically be raised when an error occurs during rendering. It
is possible that they get raised by a different thread than the one that created the
viewer.