TdxPrintStyleManager.OnChangeCurrentStyle Event
Occurs when the current print style of a style manager is about to change.
Declaration
property OnChangeCurrentStyle: TNotifyEvent read; write;
Remarks
Write an OnChangeCurrentStyle event handler to perform custom actions when changing the current style.
Note
This event does not occur if the UpdateCount property is not equal to 0. For more information see the BeginUpdate and EndUpdate methods.
See Also