PCDataSourceEventNotify.onRefresh Method [AX 2012]

Executes when the attached data source is refreshed.

protected void onRefresh(FormObjectSet _sender)

Run On

Client

Parameters

_sender
Type: FormObjectSet Class
The attached data source.

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

Community Additions

ADD
Show: