MetaAttributeBreadCrumbView.RequestSelectedItemsChanged

Syntax

RequestMetadata (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The RequestSelectedltemsChanged event occurs after moving attributes in the breadcrumb.

Example

To execute the example, the page must contain the WorkbookBox component named workbookBox (see Example of Creating the WorkbookBox Component), and also add the following code in the handler, that processes document opening event:

metaAttributeBreadCrumb.RequestSelectedItemsChanged.add(onDummyActionFactory("Server selection is changed"));

After executing the example the WorkbookBox component is placed in the HTML page, and adding to or deleting attributes from the breadcrumb chain fires the RequestSelectedltemsChanged event an shows an appropriate message.

See also:

MetaAttributeBreadCrumbView