GoBack() public method

Fired when the user presses the back button.
public GoBack ( ) : bool
return bool
Beispiel #1
0
 /// <summary>
 /// Called by the action listener when we should nav back
 /// </summary>
 public bool NavigateBack()
 {
     return(m_panelManager.GoBack());
 }