[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.FindEventHandler

FindEventHandler Delegate

Represents the method that will handle the Find event.

Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
public delegate void FindEventHandler(object sender, FindEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

FindEventArgs e

A FindEventArgs that contains the event data.

Constructors

Name Description
FindEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, FindEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, FindEventArgs)