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