TdxPrintStyleManager.OnStyleListChanged Event
In This Article
Occurs when updating the list of available print styles.
#Declaration
Delphi
property OnStyleListChanged: TNotifyEvent read; write;
#Remarks
Write an OnStyleListChanged event handler to perform custom actions when updating the list of available print styles. For instance, this event occurs when a new style is added to the style manager.
Note
This event does not occur if the Update
See Also