which base class would you obtain your class to create a class that meets the requirements with the minimal code changes?

You are busy creating a Microsoft Windows Forms applications with printing support. You were asked to raise a custom event named PageChanged. From which base class would you obtain your class to create a class that meets the requirements with the minimal code changes?

You are busy creating a Microsoft Windows Forms applications with printing support. You were asked to raise a custom event named PageChanged. From which base class would you obtain your class to create a class that meets the requirements with the minimal code changes?

A.
PrintDocument

B.
PrintPreviewControl

C.
PrintController

D.
PrintPreviewDialog

Explanation:
The PrintPreviewControl represents a customized print preview control. You can also raise custom events.

Incorrect Answers:
A: The PrintDocument is a document that can be printed.
C: The PrintController allow you to control the printing process but not to preview the document.
D: The PrintPreviewDialog shows the Print Preview dialog box.
B: Set the Columns and Rows properties to establish the number of pages that will be displayed horizontally and vertically on the control.



Leave a Reply 0

Your email address will not be published. Required fields are marked *