IRibbonChangeEventArgs.Element

Fore Syntax

Element: IBaseRibbonElement;

Fore.NET Syntax

Element: Prognoz.Platform.Interop.Forms.IBaseRibbonElement;

Description

The Element property returns the ribbon control element, the actions with which causes the event generation.

Example

See example of this property use in the example for the Ribbon.OnChange event.

See also:

IRibbonChangeEventArgs