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 property provides information specific to this event.

Name Description
Result Gets the printing result.
See Also