Represents the method that will handle the Find events.
Namespace:
PerpetuumSoft.Reporting.ViewAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public delegate void FindEventHandler( Object sender, FindEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub FindEventHandler ( _ sender As Object, _ e As FindEventArgs _ ) |
Visual C++ |
---|
public delegate void FindEventHandler( Object^ sender, FindEventArgs^ e ) |