IElementsStateStorage.GetAllChangedElements

Syntax

GetAllChangedElements([StateStorage: IElementsStateStorage = Null]): Array;

Parameters

StateStorage. The parameter determines a collection of traced controls.

Description

The GetAllChangedElements method gets keys of all elements, which values were changed.

Comments

If StateStorage = Null, comparison is executed with the actual state of elements.

See also:

IElementsStateStorage