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