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