PocketPlanner Programmer's Guide

Calendar.ContinuePrinting Event

See Also

Occurs at the end of a printing operation to enable users to continue printing the calendar with different view settings.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public ContinuePrintingEventHandler ContinuePrinting

Visual Basic

Public ContinuePrinting As ContinuePrintingEventHandler

 Event Data

ContinuePrinting event handlers receive an argument of type ContinuePrintingEventArgs.

 See Also