onAfterEditStop - Getting cell

How do i get a cell edited when event onAfterEditStop is fired?

tks

http://webix.com/snippet/914b2ba5

The second parameter - editor, contains info about row and column.
From that point you can get the related data object as this.getItem(row);