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
ClientParameters
- _sender
- Type: FormObjectSet Class
The attached data source.
- _position
- Type: int
The position of the currently marked record on the data source.
Community Additions
ADD
Show: