Click or drag to resize
IChangeNotifier Interface
Interface used by classes that supports change notification.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IChangeNotifier

The IChangeNotifier type exposes the following members.

Events
  NameDescription
Public eventChanged
This event fires when to notify subscribers that a change has occured.
Top
See Also