PCDataSourceEventNotify.onCurrentChanged Method [AX 2012]

Executes when the current marked record changes on the attached data source.

protected void onCurrentChanged(FormObjectSet _sender, int _position)

Run On

Client

Parameters

_sender
Type: FormObjectSet Class
The attached data source.
_position
Type: int
The position of the currently marked record on the data source.

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

Community Additions

ADD
Show: