Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Whats the correct way to tell if a tile has been closed?
posted

Hello,

Sorry for the dumb question, but i dont seem to be able to find much information on this.

Out application has a TilePanel hosting multiple tiles, with a row status button to show / hide each tile.

What is the correct way to be notified that the user has clicked the tile close button, so that we can uncheck show / hide button?

Checking VisabilityChanged doesnt seem to work as the tile goes invisible as its expanding, and the closed event never fires.fg 

Thanks

Steve