ActiveReports Developer 7
FindEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace : FindEventHandler Delegate

sender
The source of the event.
e
A FindEventArgs that contains the event data.

Glossary Item Box

Represents the method that will handle the Find click event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub FindEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As FindEventArgs _
) 
C# 
public delegate void FindEventHandler( 
   System.object sender,
   FindEventArgs e
)

Parameters

sender
The source of the event.
e
A FindEventArgs that contains the event data.

See Also