Skip to main content
A newer version of this page is available. .

TcxCustomHintStyleController.OnHintStyleChanged Event

Fires when any attributes referenced by the HintStyle property setting have been changed.

Declaration

property OnHintStyleChanged: TcxHintStyleChangedEvent read; write;

Remarks

Handle this event if you allow end-users to alter hint styles and want to provide a common response to property changes. For instance, you may want to restrict certain style attribute combinations.

Sender specifies the hint controller component that raised the event.

AStyle contains style settings of the hint controller (its HintStyle property value).

See Also