MetaAttributesBreadcrumb.OnChangeSelection

Fore Syntax

Sub OnChangeSelection(Sender: Object; Args: IBreadcrumbItemEventArgs);

Begin

//set of operators;

End Sub OnChangeSelection;

Fore.NET Syntax

None;

Parameters

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

The Args parameter determines event parameters.

Description

The OnChangeSelection event occurs on changing element selection by any attribute.

Comments

This event occurs immediately before the OnRollUp event.

See also:

MetaAttributesBreadcrumb