using xtd::forms::find_event_handler = typedef delegate<void(object& sender, const find_event_args& e)> |
Represents the method that will handle the xtd::forms::find_dialog::find_next event of the xtd::forms::find_dialog and the xtd::forms::replace_dialog::find_next event of the xtd::forms::replace_dialog.
sender | The source of the event. |
e | A xtd::forms::find_event_args that contains the event data. |