locked
which event fired when settingsflyout hide in a page ? RRS feed

  • Question

  • Hi Team,

    Which event fired while settingsflyout  hide or closed in any page. And in settingsflyout top back button is there, where can i find back button function.

    Thanks,

    siva varri


    Thread response from msdn

    Thursday, September 18, 2014 6:06 AM

Answers

  • Hai,

    I got solution for this, Unload event suitable for this requirement. 


    Thread response from msdn

    • Marked as answer by Siva varri Tuesday, September 30, 2014 4:52 AM
    Tuesday, September 30, 2014 4:52 AM

All replies

  • Hi Siva,
         It doesn't appear that there are any events that fire when the SettingsFlyout is shown or hidden.
         There is an event that fires when the back button is clicked:
    http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.settingsflyout.backclick.aspx

        


    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Thursday, September 18, 2014 1:19 PM
    Moderator
  • Hello Matt,

    Thanks for your valuable suggestion, I am trying to use LostFocus event. This event fired while click on back button or leave settingsflyout. But problem is LostFocus event fired twice. Please help how to overcome this issue.

    Thanks,

    siva varri 


    Thread response from msdn

    Friday, September 19, 2014 6:36 AM
  • Hai,

    I got solution for this, Unload event suitable for this requirement. 


    Thread response from msdn

    • Marked as answer by Siva varri Tuesday, September 30, 2014 4:52 AM
    Tuesday, September 30, 2014 4:52 AM