|     | 
| ESRI.ArcGIS.ADF.Web.DataSources.IMS | |
| HelpButtonClicked Event | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources.IMS.Design Namespace > ArcIMSGeocodeResourceDefinitionEditorForm Class : HelpButtonClicked Event | 
| Visual Basic (Declaration) | |
|---|---|
| <BrowsableAttribute(True)> <SRDescriptionAttribute("Event raised when the help button is clicked.")> <EditorBrowsableAttribute()> <SRCategoryAttribute("Behavior")> Public Event HelpButtonClicked As CancelEventHandler | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ArcIMSGeocodeResourceDefinitionEditorForm Dim handler As CancelEventHandler AddHandler instance.HelpButtonClicked, handler | |
| C# | |
|---|---|
| [BrowsableAttribute(true)] [SRDescriptionAttribute("Event raised when the help button is clicked.")] [EditorBrowsableAttribute()] [SRCategoryAttribute("Behavior")] public event CancelEventHandler HelpButtonClicked | |
The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. | 
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
 
     
    