PCDataSourceEventNotify.onActive Method [AX 2012]

Executes when the active record changes on the attached data source.

protected void onActive(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 onActive(FormObjectSet _sender).

Community Additions

ADD
Show: