DimTreeView.GroupChanging

Syntax

GroupChanging: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available arguments: Id - identifier of the set group.

Description

The GroupChanging event occurs during changing of active group of items.

Example

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

See also:

DimTreeView