ActiveReports.Viewer3 Request technical support
FindEventHandler Delegate
See Also 


sender
A FindEventArgs that contains the event data.
e
The source of the event.
Represents the method that will handle the Find click event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub FindEventHandler( _
   ByVal sender As Object, _
   ByVal e As FindEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New FindEventHandler(AddressOf HandlerMethod)
C# 
public delegate void FindEventHandler( 
   object sender,
   FindEventArgs e
)

Parameters

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

See Also