'Declaration <DescriptionAttribute("Raised when the value of the SelectOnFocus property is changed.")> <CategoryAttribute("Property Changed")> Public Event SelectOnFocusChanged As EventHandler
'Usage Dim instance As TextBoxArea Dim handler As EventHandler AddHandler instance.SelectOnFocusChanged, handler
[Description("Raised when the value of the SelectOnFocus property is changed.")] [Category("Property Changed")] public event EventHandler SelectOnFocusChanged