Northwoods.GoSilverlight 1.3.5 Assembly
Starting Event
See Also  Send Feedback
Northwoods.GoXam Namespace > PrintManager Class : Starting Event

This event occurs just before printing starts, after the printer has been chosen.

Syntax

Visual Basic (Declaration) 
Public Event Starting As EventHandler(Of PrintPageEventArgs)
C# 
public event EventHandler<PrintPageEventArgs> Starting

Event Data

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

PropertyDescription
HasMorePages  
PageMargins  
PageVisual  
PrintableArea  

Requirements

See Also

© 2012 All Rights Reserved.