[]
Represents the method that will handle the Find event.
public delegate void FindEventHandler(object sender, FindEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event. |
FindEventArgs | e | A FindEventArgs that contains the event data. |
Name | Description |
---|---|
FindEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, FindEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, FindEventArgs) |