System::Drawing::Printing::PrintEventHandler typedef

PrintEventHandler typedef

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

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

See Also