Northwoods.GoSilverlight 1.3.5 Assembly
OnStarting Method
See Also  Send Feedback
Northwoods.GoXam Namespace > PrintManager Class : OnStarting Method

e
a PrintPageEventArgs, which this event should not modify
This method is called just before the first page is printed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnStarting( _
   ByVal e As PrintPageEventArgs _
) 
C# 
protected virtual void OnStarting( 
   PrintPageEventArgs e
)

Parameters

e
a PrintPageEventArgs, which this event should not modify

Remarks

If you override this, be sure to call the base method.

You may want to override this method or implement an event handler to set various PrintManager properties such as Scale and Margin given the available PrintableArea based on the chosen printer.

Requirements

See Also

© 2012 All Rights Reserved.