Skip to main content
A newer version of this page is available. .

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