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