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