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