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