OnChange(Sender: Object; Args: IEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnChange event occurs when the ribbon control is used.
If a ribbon control is used, the Ribbon.OnChange event occurs the Ribbon component. One can also determine a specific handler of the OnChange event for the control. This event will occur after the Ribbon.OnChange event for the entire ribbon.
See also: