See Also

Document Class  | Document Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

PrintingThreadErrorEvent Event

Occurs when an exception is thrown by the printing thread.

[Visual Basic]
Public Event PrintingThreadErrorEvent() As PrintingThreadErrorEventHandler
[C#]
public event PrintingThreadErrorEventHandler PrintingThreadErrorEvent();

Event Data

The event handler receives an argument of type PrintingThreadErrorEventArgs containing data related to this event. The following PrintingThreadErrorEventArgs properties provide information specific to this event.

PropertyDescription
Exception Gets or sets a value that specifies the exception that caused the printing thread error.

See Also

Document Class  | Document Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.