Skip to main content

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