ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / FindEventHandler Delegate
The source of the event.
A FindEventArgs that contains the event data.

In This Topic
    FindEventHandler Delegate
    In This Topic
    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