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