OnPageDeleted Method (C1PrintDocument)
In This Topic
Called when a page is removed from the
C1PrintDocument.Pages collection.
Syntax
'Declaration
Protected Overridable Sub OnPageDeleted( _
ByVal As C1Page _
)
protected virtual void OnPageDeleted(
C1Page
)
Parameters
- page
- The C1Page object identifying the deleted page.
See Also