TdxLayoutCheckBoxItemCheckBoxOptions.OnChange Event
Notifies that a change has occurred in a check box.
Declaration
property OnChange: TNotifyEvent read; write;
Remarks
This event occurs on every change of a check box’s state or setting. Use the Sender parameter to identify the layout check box that raised the OnChange event.
See Also