IBaseRibbonElement.OnChange

Syntax

Sub OnChange(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnChange;

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnChange event occurs when the ribbon control is used.

Comments

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:

IBaseRibbonElement