5 references to BeginPrint
System.Drawing.Common (3)
System\Drawing\Printing\PrintDocument.cs (1)
147
/// Raises the <see cref='
BeginPrint
'/> event.
System\Drawing\Printing\PrintEventArgs.cs (1)
9
/// Provides data for the <see cref='PrintDocument.
BeginPrint
'/> and <see cref='PrintDocument.EndPrint'/> events.
System\Drawing\Printing\PrintEventHandler.cs (1)
7
/// Represents the method that will handle the <see cref='PrintDocument.
BeginPrint
'/>,
System.Drawing.Common.Tests (2)
System\Drawing\Printing\PrintDocumentTests.cs (2)
135
document.
BeginPrint
+= beginPrintHandler;
140
document.
BeginPrint
-= beginPrintHandler;