TcxDefaultEditStyleController.OnStyleChanged Event
Allows you to execute custom code when default style controller settings change.
Declaration
property OnStyleChanged: TNotifyEvent read; write;
Remarks
Cast the Sender parameter value to the TcxDefaultEditStyleController class to access all public API members of the default style controller that raised the OnStyleChanged event.
See Also