ComponentOne DataObjects for .NET
GetListEventArgs Class Properties

C1.Data.2 Assembly > C1.Data Namespace : GetListEventArgs Class

For a list of all members of this type, see GetListEventArgs members.

Public Properties
 NameDescription
Public PropertyThis argument contains the list of rows. In events returning a list, create a new ArrayList object, fill it with rows and assign to the List argument. In events returning a single row (for example, GetParentRow:C1DataSetLogic event), add a single row to the list.  
Public PropertyThe name of the relation (in GetRows:C1DataView event, empty if the view is not a child view).  
Public PropertyThe row on which to base the list. In GetParentRow:C1DataSetLogic event, the parent row of the view, if it is a child view. In GetChildRows:C1DataSetLogic event, the parent row for which to return child rows.  
Top
See Also

Reference

GetListEventArgs Class
C1.Data Namespace
GetListEventHandler Delegate