Applies to: PrintPreview
  Parameter(s):   | |||
   Info   |   PropertyName   |   As   |   String   |
   Info   |   NewValue   |   As   |   Variant   |
   Info   |   ControlInUse   |   As   |   Boolean   |
Occurs when a default setting is changed in Windows for the currently selected printer device (such as default Orientation or Paper Size).
For example if the Orientation changes from vertical to horizontal, the PropertyName argument will be "Orientation" and NewValue will be 2 - vbPRDPHorizontal
The parameter ControlInUse indicates whether this control instance is currently in use (with a report).