DimensionHierarchyController.editHierarchySegmentEventHandler Method [AX 2012]
Handles the event to add a dimension that is raised by the hierarchy designer control.
Syntax
protected void editHierarchySegmentEventHandler(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.DimensionHierarchySegmentChangedEventArgs class that contains the event data.
Remarks
This method will prompt the user to modify information about the current dimension. If the user does not edit any information the event will be canceled.