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