Activate the Back Button Programmatically

I have a view that does a pushTo a new view. I have the Nav Bar Visible and I can go back to the previous view manually.

Because I’m receiving events from a barcode scanner I may need to go back to the previous view. I know I can do a PushTo back to a new instance of that view, but I’m curious if there’s a way of doing this programmatically as if the user pushed the back button?

http://developer.xojo.com/iosview$Close

Too simple! Thanks.