PrintEventHandler

PrintEventHandler typedef

A type of a function object that handles BeginPrint and EndPrint events.

using System::Drawing::Printing::PrintEventHandler = typedef System::EventHandler<System::SharedPtr<PrintEventArgs> >

See Also