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