DimensionHierarchyController.hierarchySegmentMovedEventHandler Method [AX 2012]
Handles the level moved event by updating the hierarchy level information for the hierarchy that is associated with the designer that raised the event.
Syntax
protected void hierarchySegmentMovedEventHandler(CLRObject _sender, CLRObject _e)
Run On
Client
Parameters
- _sender
Type: CLRObject Class
The instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class that raised the event.
- _e
Type: CLRObject Class
The instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchySegmentMovedEventArgs class that contains the event data.