Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 UpdateCount property is not equal to 0. For more information see the BeginUpdate and EndUpdate methods.

See Also