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