MobileForms Toolkit Documentation

BoundNode.GetData Method 

Make the copy of internal data to object array.

public override void GetData(
object[] data
);

Parameters

data
Array of objects, length of the array must be equal to field count of the node.

Exceptions

Exception Type Condition
ArgumentException Thrown when the data has different Length as the FieldCount of the Node.

See Also

BoundNode Class | Resco.Controls.AdvancedTree Namespace