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