DekGenius.com
[ Team LiB ] Previous Section Next Section

PrintPageEventHandlerserializable

System.Drawing.Printing (system.drawing.dll)delegate

This is a delegate for the PrintDocument.PrintPage event.

public delegate void PrintPageEventHandler(object sender, PrintPageEventArgs e);

Associated Events

PrintDocument.PrintPage()

    [ Team LiB ] Previous Section Next Section