Occurs at the end of a printing operation to enable users to continue printing the calendar with different view settings.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ContinuePrintingEventArgs> ContinuePrinting |
Visual Basic
Copy Code
|
|---|
Public Event ContinuePrinting As EventHandler(Of ContinuePrintingEventArgs) |
Event DataContinuePrinting event handlers receive an argument of type ContinuePrintingEventArgs.
See Also