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




Syntax

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 SearchAttributesPropertiesEditor
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

Event Data

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.

PropertyDescription
Cancel Gets or sets a value indicating whether the event should be canceled.

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.