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