ComponentOne DataObjects for .NET
FetchEventHandler Delegate

C1.Data.2 Assembly > C1.Data Namespace : FetchEventHandler Delegate
Represents the method that handles the C1DataSetLogic.BeforeFetch and C1DataSetLogic.AfterFetch events.
Syntax
'Declaration
 
Public Delegate Sub FetchEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As FetchEventArgs _
) 
public delegate void FetchEventHandler( 
   System.object sender,
   FetchEventArgs e
)

Parameters

sender
e
See Also

Reference

FetchEventHandler Members
C1.Data Namespace
AfterFetch Event
BeforeFetch Event
Bound, SQL-Based and Unbound Tables