Delegate CreatePrintEditEvent
Represents a method that will handle the Printing.CreatePrintEdit event.
public delegate void CreatePrintEditEvent(object sender, CreatePrintEditEventArgs e)
Parameters
senderobjectThe source of the event.
eCreatePrintEditEventArgsA
CreatePrintEditEventArgsthat contains the event data.