ActiveReports 12
FindEventHandler Delegate

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace : FindEventHandler Delegate
The source of the event.
A FindEventArgs that contains the event data.
Represents the method that will handle the Find click event.
Syntax
'Declaration
 
Public Delegate Sub FindEventHandler( _
   ByVal sender As Object, _
   ByVal e As FindEventArgs _
) 
public delegate void FindEventHandler( 
   object sender,
   FindEventArgs e
)

Parameters

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

Reference

FindEventHandler Members
GrapeCity.ActiveReports.Viewer.Win Namespace