MobileForms Toolkit Documentation

AdvancedTree.LoadDataManually Method 

Fills AdvancedTree's NodeCollection by user provided Node objects.

public void LoadDataManually();

Remarks

You have to handle the NodeAdding event, otherwise an InvalidOperationException will be thrown. In the handler, you must provide a Node object that will be added into AdvancedTree's NodeCollection.

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace | NodeAdding