Occurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications.
You should use the System.Windows.Forms.HelpProvider class to enable users to invoke help on your accessible object by pressing the F1 key. Using the System.Windows.Forms.HelpProvider provides you with complete information in the System.Windows.Forms.QueryAccessibilityHelpEventArgs. For more information about handling events, see Consuming Events.