Method OnBeginPrint
OnBeginPrint(PrintEventArgs)
Raises the BeginPrint event. It is called after the Print() method is called and before the first page of the document prints.
protected override void OnBeginPrint(PrintEventArgs e)
Parameters
e
PrintEventArgsA PrintEventArgs that contains the event data.