GoBack() public method

Navigates to the previous page in the page history, if available.
public GoBack ( ) : bool
return bool
 void BodyContextMenuBack_Click(object sender, EventArgs e)
 {
     owner.GoBack();
 }