Share via


DimensionHierarchyController.loadChildrenEventHandler Method [AX 2012]

Handles the event for lazy loading in the children of a node that is raised by the hierarchy designer control.

Syntax

protected void loadChildrenEventHandler(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.HierarchyConstraintNodeEventArgs class that contains the event data.

See Also

Reference

DimensionHierarchyController Class