Click or drag to resize
QixClassBase Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineQixClassBase
    More...

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
public abstract class QixClassBase : IQixClassBase, 
	IDisposable, IChangeNotifier

The QixClassBase type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Top
Properties
  NameDescription
Public propertyHandle
The handle of the Qlik Sense entity.
Public propertyId
The id of the Qlik Sense entity.
Public propertySession
The session this entity resides in.
Public propertyType
The type of the Qlik Sense entity.
Top
Events
  NameDescription
Public eventChanged
This event fires when a modification has occured to the Qlik Sense entity's selection state, data or properties.
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
Top
See Also
Inheritance Hierarchy