ComponentOne DataObjects for .NET
GetListEventHandler Delegate

C1.Data.2 Assembly > C1.Data Namespace : GetListEventHandler Delegate
Represents the method that handles the GetChildRows, C1DataSetLogic.GetParentRow and C1DataView.GetRows events.
Syntax
'Declaration
 
Public Delegate Sub GetListEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As GetListEventArgs _
) 
public delegate void GetListEventHandler( 
   System.object sender,
   GetListEventArgs e
)

Parameters

sender
e
See Also

Reference

GetListEventHandler Members
C1.Data Namespace
GetRows Event
GetChildRows Event
GetParentRow Event