resizable callback handles

resizable callback handles


hi, im new to this list.
when i use the ui.Resize Plugin i need to know which handle is
activated by the User.
stop: function(ev, ui)
{
alert("You have used handle {n, e, s, w, ne, se, sw, nw}");
}
is there a easy way to get the handle?
thanks for help