TcxDefaultEditStyleController.OnStyleChanged Event
In This Article
Allows you to execute custom code when default style controller settings change.
#Declaration
Delphi
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