PCDataSourceEventNotify.onCacheChanged Method [AX 2012]

Executes when the cache changes on the attached data source.

protected void onCacheChanged(FormObjectSet _sender, NotifyCacheChangeType _cacheChangeType)

Run On

Client

Parameters

_sender
Type: FormObjectSet Class
The attached data source.
_cacheChangeType
Type: NotifyCacheChangeType Enumeration
The type of change that occurred in the cache of the data source.

To add a handler to this method, implement a method on the listener class by using the following declaration: public void onCacheChanged(FormObjectSet _sender, NotifyCacheChangeType _cacheChangeType).

Community Additions

ADD
Show: