Sub OnChange(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnChange;
Sender. Parameter that returns the component that has generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnChange event occurs when the ribbon control is used.
On using a ribbon control the Ribbon.OnChange event is generated for the Ribbon component. It is possible to 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: