IBaseRibbonElement.OnChange

Fore Syntax

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

Begin

//set of operators;

End Sub OnChange;

Fore.NET Syntax

Sub OnChange(sender: System.Object; e: System.EventArgs);

Begin

//set of operators;

End Sub OnChange;

Parameters

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

Args. Parameter allowing to determine event parameters.

Description

The OnChange event occurs when the ribbon control element is used.

Comments

On using a ribbon control the Ribbon.OnChange event is fired for the Ribbon component. It is possible to define 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