Delegate HelpEventHandler
Represents the method that will handle the help request events.
public delegate void HelpEventHandler(object? sender, HelpEventArgs hlpevent)
Parameters
senderobjectThe source of the event.
hlpeventHelpEventArgsA HelpEventArgs that contains the event data.