Carl Daniel asked 2017-12-19 14:41:26 UTC
I've attached a handler to TabControl.SelectedIndexChanged in order to run code server-side when the user switches tabs on the tab control. This works when I run a debug build locally, but when I deploy a release build to Azure, it seems that this event isn't firing.
What am I missing, or what other mechanism should I be using to intercept switching tabs?
Carl Daniel asked 2017-12-19 14:41:26 UTC
I've attached a handler to TabControl.SelectedIndexChanged in order to run code server-side when the user switches tabs on the tab control. This works when I run a debug build locally, but when I deploy a release build to Azure, it seems that this event isn't firing.
What am I missing, or what other mechanism should I be using to intercept switching tabs?