ActiveReports3 Request technical support
ActiveReport3.FetchEventHandler Delegate
See Also 


sender
The source of the event.
eArgs
A FetchEventArgs class that contains the event data.

Represents the method that handles the FetchData event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub ActiveReport3.FetchEventHandler( _
   ByVal sender As Object, _
   ByVal eArgs As ActiveReport3.FetchEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New FetchEventHandler(AddressOf HandlerMethod)
C# 
public delegate void ActiveReport3.FetchEventHandler( 
   object sender,
   ActiveReport3.FetchEventArgs eArgs
)

Parameters

sender
The source of the event.
eArgs
A FetchEventArgs class that contains the event data.

See Also