'Declaration
<SRCategoryAttribute("CatFocus")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("ControlOnGotFocusDescr")> Public Event GotFocus As System.EventHandler
'Usage
Dim instance As WorkbookDesigner Dim handler As System.EventHandler AddHandler instance.GotFocus, handler
[SRCategory("CatFocus")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("ControlOnGotFocusDescr")] public event System.EventHandler GotFocus