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

See Also