DimensionHierarchyController.combinationAddedEventHandler Method [AX 2012]
Handles the combination added event that is raised by the hierarchy designer control.
Syntax
protected RecId combinationAddedEventHandler(CLRObject _sender, CLRObject _e)
Run On
Client
Parameters
- _sender
Type: CLRObject Class
The control instance that raised the event.
- _e
Type: CLRObject Class
An instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyConstraintNodeCancelEventArgs class that contains the event data.
Return Value
Type: RecId Extended Data Type
The ID of the DimensionConstraintNode record for the added node.