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