| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub FindEventHandler( _ ByVal sender As System.Object, _ ByVal e As FindEventArgs _ ) | |
| C# | |
|---|---|
public delegate void FindEventHandler( System.object sender, FindEventArgs e ) | |
Parameters
- sender
- The source of the event.
- e
- A FindEventArgs that contains the event data.