UIScrollView's RestrictWithinBounds function returns a 'true' or 'false' indicating whether the content was restricted or not (read: hit the boundary). UIScrollView uses this function in a few places, I would suggest starting there. There is no "event" for it, but you can add one yourself just by making use of the boolean return value.