ArcFM Solution Developer Guide
GotFocus Event (TreeViewHost)


Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<SRDescriptionAttribute("Occurs when the control gets focus.")>
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Focus")>
Public Event GotFocus As System.EventHandler
'Usage
 
Dim instance As TreeViewHost
Dim handler As System.EventHandler
 
AddHandler instance.GotFocus, handler
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[SRDescription("Occurs when the control gets focus.")]
[System.ComponentModel.Browsable(false)]
[SRCategory("Focus")]
public event System.EventHandler GotFocus
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

TreeViewHost Class
TreeViewHost Members

 

 


Send Comment