When the user wants to close a smart client (by clicking the X button on the top right)
I want to cancel the closing under a certain condition (the condition is related to my code)
I use SidePanelPlugin, and I have an Override void Close function.
When the user wants to close a smart client (by clicking the X button on the top right)
I want to cancel the closing under a certain condition (the condition is related to my code)
I use SidePanelPlugin, and I have an Override void Close function.
Hi Netanel,
It is not possible to control it. Maybe you are thinking about hooking into the main windows Closing event, but this will also fire when a user logs out, but most likely from a different code path, which have different side-effects. Also it is not possible to hook into the logout/close event via MIP SDK.