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