C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / OnPageDeleted Method
The C1Page object identifying the deleted page.

In This Topic
OnPageDeleted Method
In This Topic
Called when a page is removed from the Pages collection.
Syntax
'Declaration
 
Protected Overridable Sub OnPageDeleted( _
   ByVal page As C1Page _
) 
 

Parameters

page
The C1Page object identifying the deleted page.
See Also