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