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