SPlus.List.Item.updateDocument (args, function (result){
//TODO: Implement what to do when an item was successfully edited
}, function (eResponse){
//TODO: Implement what to do with the error information
}, function (){
//TODO: Implement how to handle a user’s cancel
});