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