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