IBaseRibbonElement.OnChange

Syntax

OnChange(Sender: Object; Args: IEventArgs);

Parameters

Sender. The parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnChange event occurs when the ribbon control is used.

Comments

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:

IBaseRibbonElement