Skip to main content
All docs
V25.1
  • TreeListInitNewRowEventArgs Constructors

    Provides data for the InitNewRow event.
    Name Parameters Description
    TreeListInitNewRowEventArgs(TreeListNode, TreeListNode) node, parentNode Initializes a new instance of the TreeListInitNewRowEventArgs class with specified settings.
    TreeListInitNewRowEventArgs(TreeListNode) node Initializes a new instance of the TreeListInitNewRowEventArgs class with specified settings.
    See Also