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