ActiveReports 12
HelpRequested Event (SharpGraph)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : HelpRequested Event
Occurs when the user requests help for a control.
Syntax
'Declaration
 
Public Event HelpRequested As HelpEventHandler
public event HelpEventHandler HelpRequested
Event Data

The event handler receives an argument of type HelpEventArgs containing data related to this event. The following HelpEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a value indicating whether the help event was handled.  
Gets the screen coordinates of the mouse pointer.  
See Also