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