ESRI.ArcGIS.ADF.Tasks
HelpRequested Event
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > GPTaskDefinitionEditorForm Class : HelpRequested Event




Syntax

Visual Basic (Declaration) 
<SRDescriptionAttribute("Occurs when the user invokes Help for the control.")>
<SRCategoryAttribute("Behavior")>
Public Event HelpRequested As HelpEventHandler
Visual Basic (Usage)Copy Code
Dim instance As GPTaskDefinitionEditorForm
Dim handler As HelpEventHandler
 
AddHandler instance.HelpRequested, handler
C# 
[SRDescriptionAttribute("Occurs when the user invokes Help for the control.")]
[SRCategoryAttribute("Behavior")]
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
Handled Gets or sets a value indicating whether the help event was handled.
MousePos Gets the screen coordinates of the mouse pointer.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.