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