DimTreeView.SchemaChanged

Syntax

SchemaChanged: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available arguments: Id - identifier of the set schema, ApplyOnce - indicates if schema is set only on the first opening. If the argument is set to True, schema is set only on the first opening the dimension. Callback - callback function.

Description

The SchemaChanged event occurs after changing active schema of items selection.

Example

The example of event use is given in description of the DimTreeView.ActiveSchemaId property.

See also:

DimTreeView