Table of Contents
WebView.AfterPrint Event

Occurs after a print task has completed or was canceled.

Syntax
 public event AfterPrintHandler AfterPrint;
Event Data

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

Name Description
ErrorMessage Gets or sets the error message.
Result Gets the printing result.
See Also