ArcFM Solution Developer Guide
Help Event


Occurs when the user clicks the help button.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Wizard")>
<System.ComponentModel.DescriptionAttribute("Occurs when the user clicks the help button.")>
Public Event Help As System.EventHandler
'Usage
 
Dim instance As Wizard
Dim handler As System.EventHandler
 
AddHandler instance.Help, handler
[System.ComponentModel.Category("Wizard")]
[System.ComponentModel.Description("Occurs when the user clicks the help button.")]
public event System.EventHandler Help
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Wizard Class
Wizard Members

 

 


Send Comment