TdxBarManager.OnBarAfterReset Event
Occurs after the default settings of a specific toolbar have been restored.
Declaration
property OnBarAfterReset: TdxBarEvent read; write;
Remarks
Handle the OnBarAfterReset event to perform specific actions after the toolbar specified by the ABar parameter has been reset (its default settings restored). The Sender parameter specifies the bar manager to which the toolbar belongs.
This event is fired by the DoBarAfterReset method.
To perform specific actions before the default settings of a specific toolbar are restored, handle the OnBarBeforeReset event.
To make a reset optional for individual toolbars, handle a bar manager’s OnBarReset event.
See Also