Click or drag to resize
IQixClassBase Interface

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

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 when to notify subscribers that a change has occured.
(Inherited from IChangeNotifier.)
Public eventClosed
This event fires when the Qlik Sense entity has been removed or deleted.
Top
See Also