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