Click or drag to resize
IQixClassBase Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface IQixClassBase : IDisposable

The IQixClassBase type exposes the following members.

Properties
  NameDescription
Public propertyHandle
The handle of the Qlik Sense entity.
Public propertyId
The id of the Qlik Sense entity.
Public propertyType
The type of the Qlik Sense entity.
Top
Events
  NameDescription
Public eventChanged
This event fires every time the Qlik Sense entity needs to be updated due to changes in either selectionstate, data or entity properties
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
Top
See Also