Prints a group of files.
Original signature is '- (NSApplicationPrintReply)application:(NSApplication *)application printFiles:(NSArray *)fileNames withSettings:(NSDictionary *)printSettings showPrintPanels:(BOOL)showPrintPanels'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public event NSApplication..::..ApplicationPrintFilesWithSettingsShowPrintPanelsEventHandler ApplicationPrintFilesWithSettingsShowPrintPanels
Public Event ApplicationPrintFilesWithSettingsShowPrintPanels As NSApplication..::..ApplicationPrintFilesWithSettingsShowPrintPanelsEventHandler
public: event NSApplication..::..ApplicationPrintFilesWithSettingsShowPrintPanelsEventHandler^ ApplicationPrintFilesWithSettingsShowPrintPanels { void add (NSApplication..::..ApplicationPrintFilesWithSettingsShowPrintPanelsEventHandler^ value); void remove (NSApplication..::..ApplicationPrintFilesWithSettingsShowPrintPanelsEventHandler^ value); }

A constant indicating whether printing was successful. For a list of possible values, see “NSApplicationPrintReply” in NSApplication Class Reference.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)