DimensionDefaultingControllerBase.handleCheckboxOrComboBoxModified Method [AX 2012]
Caches the change and notifies the parent data source that an enumeration was changed.
Syntax
protected void handleCheckboxOrComboBoxModified(int _dimAttributeIndex, int _enumerationValue)
Run On
Called
Parameters
- _dimAttributeIndex
Type: int
The control index of the specified dimension attribute of the enumeration that is to be set.
- _enumerationValue
Type: int
The value to which to change the enumeration value.
Remarks
This method is marked protected in order to provide unit test coverage from a derived proxy class.