TdxCustomLayoutControl.OnCustomization Event
In This Article
Occurs when activating/deactivating customization mode.
#Declaration
Delphi
property OnCustomization: TNotifyEvent read; write;
#Remarks
Write your OnCustomization event handler to perform specific actions when activating or deactivating customization mode such as synchronizing the customize button down state.
See Also