TdxPrintStyleManager.OnStyleListChanged Event
Occurs when updating the list of available print styles.
Declaration
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 UpdateCount property is not equal to 0. For more information see the BeginUpdate and EndUpdate methods.
See Also