DekGenius.com
[ Team LiB ] Previous Section Next Section

PrintEventHandlerserializable

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

This is a delegate for the PrintDocument.BeginPrint and PrintDocument.EndPrint events.

public delegate void PrintEventHandler(object sender,
        PrintEventArgs e);

Associated Events

PrintDocument.{BeginPrint(), EndPrint()}

    [ Team LiB ] Previous Section Next Section