Uiinfrastructure API Docs  
 

ExpListModel.AddRowsOnRepost Method 

Will be called each time the add action is performed. Should take care of adding the row(s) to the list. Use the GetItems() method to get the list.

public abstract void AddRowsOnRepost(
   XPHashtable _htFormData
);

Parameters

_htFormData
Form data

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace