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
);
DataDynamics.ActiveReports.Viewer Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.