Home > BSPrinter documentation > Reference

AuxiliaryButtonClick Event

Applies to: PrintPreview, PrinterExEvents object

  Parameter(s):  
   Returns value     UpdateReport     As     Boolean  


Description:

Occurs when the user clicks on the Auxiliary button.

It can be used to perform certain action such as displaying a custom dialog or some other task or configuration.

UpdateReport is a return value.
The default value for the UpdateReport is True.
If it is returned with False the report will not be redrawn, otherwise the PrepareReport event will be raised and the pages at the Print preview dialog will be updated.

See Also:

AuxiliaryButtonVisible property