See Also

DataDynamics.ActiveReports.Viewer Namespace

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

FindEventHandler Delegate

Represents the method that handles the Find event.

[Visual Basic]
Public Delegate Sub FindEventHandler( _    ByVal sender As Object, _    ByVal e As FindEventArgs _ )
[C#]
public delegate void FindEventHandler(    object sender,    FindEventArgs e );

Parameters

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

See Also

DataDynamics.ActiveReports.Viewer Namespace

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.