Click or drag to resize
QixClassBaseChanged Event
This event fires when a modification has occured to the Qlik Sense entity's selection state, data or properties.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Remarks
The event will only be triggered if the Qlik Sense entity is considered to be up to date when the change occurs. When a change event is triggered, no more change events will occur until a computing operation is performed on the entity (for instance GetLayout). The initial state of a newly opened entity is not considered to be up to date which implies that an initial computing operation needs to be performed on the entity to start the flow of Changed events.
See Also