I have for with a radspreadsheet on. ( Telerik.WinControls.UI.RadSpreadsheet )
Which event do I need to use to capture a change in a cell?
For example, if I change cell A2 from value "ABC" to "EFG", how can I get the value "EFG" ?
If I check the documentation: then the CellPropertyChanged event exists, but I cannot find this in my IDE.
Why are the events that I have in my radSpreadSheet different then the documentation?