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