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