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