PmfTableLookupExtended.onCurrentChanged Method [AX 2012]
Is the event method that is invoked when the data source of the lookup calls the CurrentChanged method.
public void onCurrentChanged(FormObjectSet _sender, int _position)
Run On
ClientParameters
- _sender
- Type: FormObjectSet Class
The lookup data source that triggered the event.
- _position
- Type: int
The position of the cursor in the data source.
Community Additions
ADD
Show: