TdxPrintStyleManager.OnChangeCurrentStyle Event
In This Article
Occurs when the current print style of a style manager is about to change.
#Declaration
Delphi
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 Update
See Also