B b4auser1 Well-Known Member Licensed User Longtime User Mar 24, 2017 #1 How to handle Page_BarButtonClick for pressing Back button ?
JanPRO Well-Known Member Licensed User Longtime User Mar 24, 2017 #2 Hi, you should use the Appear event to detect whether a page was opened (again). Jan Upvote 0
B b4auser1 Well-Known Member Licensed User Longtime User Mar 25, 2017 #3 ToolBarVisible As Boolean Gets or sets whether the tool bar (bottom bar) is visible. Default value is false. Note that you should first show a page and only then add the toolbar. And I need set ToolBarVisible = False in Page_BarButtonClick after pressing Back button Upvote 0
ToolBarVisible As Boolean Gets or sets whether the tool bar (bottom bar) is visible. Default value is false. Note that you should first show a page and only then add the toolbar. And I need set ToolBarVisible = False in Page_BarButtonClick after pressing Back button